Write an expression using the conditional operator (? :) that compares the values of the variables x and y and results in the larger of the two.
Write a program segment that asks the user to enter a number within the range of 1 through 10. Use a switch statement to display the Roman numeral version of that number. Input Validation: Do not accept a number less than 1 or greater than 10.
Write a for loop that displays all the numbers from 10 to 50.
Programming Languag is C++