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:
![](https://hi-static.z-dn.net/files/dad/4eda2517a28b1d7c017cca73dbcb590c.png)
Answers
Answered by
1
for(price=0;price <total;price++)
{
cout<<"buy extra";
}
Similar questions