Sept 27 Practice

  1. In our school to graduate the student needs to complete at least 121 credits. For the College of Arts and Sciences in our school the standing status is defined as follows:

    Write a program that reads number of credits student took so far and prints the academic standing.

  2. In this program you will find a total price of the purchase based on the following rule: items priced a 100 dollars and below receive 15% discount. All other items receive 25% discount. Assuming the user purchased two items, write a program then reads the price for each item. The program finds the total purchase price based on the rule above.

  3. To pass the course, student must receive grade 60 or above. Write a program that reads grade in the course and outputs an appropriate message.