Question: c++ question 1. Write a program that asks the user to enter two numbers. The program should use the conditional operator/expression to determine which number
c++ question
1. Write a program that asks the user to enter two numbers. The program should use the conditional operator/expression to determine which number is the smaller and which is the larger of the two. [2 points] 2. Write a program that asks the user to enter a number within the range of numbers equivalent to the lowercase alphabet. Use a switch statement to display the alphabet version of that number. [5 points] nput 9 12 8 Output Input two numbers 12 is the larger number. 9 is the smaller number. Input a number within the range of 1 to 10. Your number is VIII LAD ACTVTY 9.1.1: Lab 2 Part 1 0/10 main.cpp Load default template... 1 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
