You are on page 1of 1

1. Write a program that asks the user for 2 numbers.

After inputting the 2 numbers, ask the user


again for an MDAS operation. Display the result based on the operation selected.

2. Write a program that asks the user for a temperature and prints "too cold" if the temperature is
below 50 degrees, "OK" if the temperature is between 50 and 90 degrees, and "too hot" if the
temperature is above 90 degrees.

3. Write a program that outputs these sequence

0 1 1 2 3 5 8 13 21 34 55 89 144 233

4. Write a program that asks the user for a number. You will then create paragraphs base on the user
inputted number.

You might also like