Computer Science, asked by lol357, 11 months ago

Change your algorithm to include a loop structure, so that a user can continue to use the program to make one or more extra orders

Attachments:

Answers

Answered by Anonymous
1

for(price=0;price <total;price++)

{

cout<<"buy extra";

}

Similar questions