User profile: brookeann1694

User info
User name:brookeann1694
History
Joined:
Number of posts:2
Latest posts:

How to use a loop?
#include <iostream> using namespace std; int main() { int option_select; int option1; float num1,...

How to use a loop?
How do I make this program continue to ask for a paycode after the previous case is complete? And th...