Write a Python program

  

Program 1

Write a Python program that will ask the user to enter the grade of 5 students. The grade can be a range of integer values from 0 to 100. When the user is entering the grade for each student, the python program must check if the input value of the grade is between 0-100. If it is not, the program must print the following message “Wrong Grade”. If the value of the grade is greater than 60,  print” Pass grade” else print “Fail grade”.

Program 2 

Write a python program that will calculate the square, cube, and the fourth power of the numbers from 1 to 10. Hint, finish the following table. 

  

Each of these programs will also need the Word document completed that will attach. One for each program. Thank you!

  

Write a C++ program to solve the following problem: 

Determine the amount of money in dollars in a change purse given the number of quarter, dimes, nickels, and pennies. Prompt the user for the number of each type of coin. Test data: 3 quarters, no dimes, 5 nickels, and 23 pennies. Submit the source code with the output at the bottom as a comment. The source code must contain comment statements with your name and the title of the project. The output must contain the same information created through cout statements. In addition to the comments with your name, have at least four other meaningful comments.

Tags: No tags