View Single Post
  #1  
Old 08-24-2009, 11:54 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default Cash Register / c++ / loops issue

Hi, I need help in understanding nested loops. Here's my problem. I'm asked to write a code that emulates a cash register. Using only while loops and do while loops, and can be with the help of if/else statements. Desired output : Welcome to CrappyMart type (-1) when done to...
__________________
C++
domain name forum
Reply With Quote