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...