Practice
- Write a program that asks for the number of credits a student has earned.
The program should then print whether or not the student has graduated from Hendrix.
- Write a program that accepts the following information:
- Amount of money in the wallet
- Price per gallon of gasoline
The program should print the number of gallons of gasoline that is
affordable. The program should print a separate message if either the
price of gasoline or the money in the wallet is less than or equal to zero.