having trouble with coding on dev c++

Write your question here.



1. Input 2 integers and display them in ascending order
2. Input a persons’ age and check to see if the person is not a teenager. Display a message indicating if teenager or not.
3. Input an integer and determine if it is in the range of Excellent: 90 – 100, Good: 80 – 89, or Needs Improvement: 79 or less(inclusive). Display a message indicating if it is in range or not in range
4. Input 2 floats. If the first number is bigger, multiply the numbers. Otherwise, if the 2nd number is bigger, divide the first number by the second number. If the numbers are the same, add them together. Display the answer to 2 decimal places.

not quite sure how to code these
closed account (18hRX9L8)
Hi please post whatever code you have currently for these exercises.
Topic archived. No new replies allowed.