View Single Post
Join Date: Jul 2007
Posts: 108
Reputation: Majestics is an unknown quantity at this point 
Solved Threads: 7
Majestics Majestics is offline Offline
Junior Poster

Re: How can I add a loop for this code

 
0
  #5
Dec 1st, 2008
  1. while (choice!=5)
  2. {
  3. Your Programme Body
  4.  
  5. }

Remember to Intialize Choice With any Number without 5
Reply With Quote