Question: Problem 2: Roman - use print statements to print this data Ask for a number (1-10) and show the corresponding roman number Must use elif

Problem 2: Roman - use print statements to print this data Ask for a number (1-10) and show the corresponding roman number Must use elif statements to determine the conversion. Give error message if number is not 1-10 (see ch 3 PowerPoint slide 42 for help) Problem 3: Cost of Bagels A bagel shop charges 75 cents per bagel for orders of less than a halfdozen bagels and 60 cents per bagel for orders of a half-dozen or more. Write a program that requests (input statement) the number of bagels ordered and displays the total cost formatted with 2 decimal points. Sample output: Enter number of bagels: 12 Cost is $7.20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
