- Code: Select all
void main() {
do {
GetInput();
Calculate();
cout << "Do another? Y/N";
} while (UserExit != "N");
Output();
}
void main() {
do {
GetInput();
Calculate();
cout << "Do another? Y/N";
} while (UserExit != "N");
Output();
}Return to Programming and Algorithms
Users browsing this forum: No registered users and 1 guest