Question: Can this please be done in C programming language! thanks 11.14 Lab Week 11: Online shopping cart In main.c Build the ItemToPurchase struct with the

Can this please be done in C programming language! thanks

Can this please be done in C programming language! thanks 11.14 Lab

Week 11: Online shopping cart In main.c Build the ItemToPurchase struct with

11.14 Lab Week 11: Online shopping cart In main.c Build the ItemToPurchase struct with the following specifications: Data members char itemName int itemPrice int itemQuantity and create two functions MakeltemBlank Has a pass by reference itemToPurchase parameter. Reference Figure 7.4.1. Sets item's name-"none", item's price = 0, item's quantity 0 PrintitemCost Has a pass by value itemTPurchase parameter. Ex. of PrintltemCost0 output: Bottled Water 10 @ $1 $10 (2) In main0. prompt the user for two items and create two objects of the ItemToPurchase struct. Before prompting for the second item, enter fflush(stdin), to allow the user to input a new string Ex: Item 1 Enter the item name: Chocolate Chips Enter the item price: 3 Enter the item quantity: 1 Item 2 Enter the item name: Bottled Water Enter the item price: 1 Enter the item quantity: 10

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!