Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Hello, my Name is Anwar Belt and I am horrible with coding and I am taking a coding class now. I have to Determine the functions that you need to...
- Hello, my Name is Anwar Belt and I am horrible with coding and I am taking a coding class now. I have to Determine the functions that you need to create (you need at least 3).
- Design and implement those functions in the IDE.
- Your program should provide the following additional functionality (in addition to the functionality provided in Week1):
- Ask customers to select multiple products and quantities
- Print the order summary, including the products, the quantities, and the total price for each product
- Calculate and print the total price for the order. I have no idea what I am doing so I can not move forward.
Here is my initial code and what I have to build off of but that doesn't even run right
#include <iostream>
#include <string>
using namespace std;
int main(int argc, char** argv) {