Thread
:
How can I add a loop for this code
View Single Post
•
•
Join Date: Jul 2007
Posts: 108
Reputation:
Solved Threads: 7
Majestics
Offline
Junior Poster
Re: How can I add a loop for this code
0
#
5
Dec 1st, 2008
Help with Code Tags
C++ Syntax
(
Toggle Plain Text
)
while
(
choice!=
5
)
{
Your Programme Body
}
while (choice!=5) { Your Programme Body }
Remember to Intialize Choice With any Number without 5
Majestics
View Public Profile
Find all posts by Majestics