Question: Complete this program, prompting the user to to enter two positive numbers a and b so that a is less than b. 1 #include using
Complete this program, prompting the user to to enter two positive numbers a and b so that a is less than b. 1 \#include using namespace std; int main() \{ int a,b; 8/ * Your code goes here */ 9 cout "Enter two positive integers, the first smaller than the second." endl; cout "First: " endl; cina; cout "Second: " endl; cinb; 14 15 16 cout "You entered " a "and " endl
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
