Use a function called ceil that rounds noninteger numbers


Write a program that requests the numeric grades on a midterm and a final exam and then uses a Function procedure to assign a semester grade (A, B, C, D, OR F). The final exam should count twice as much as the midterm exam, the semester average should be rounded up to the nearest whole number, and the semester grade should be assigned by the folowing criteria: 90-100 (A), 80-89 (B), ... Use a function called Ceil that rounds noninteger numbers up to the nearest integer. The function Ceil can be defined by Ceil(x) = -int(-x).

Request for Solution File

Ask an Expert for Answer!!
Operation Management: Use a function called ceil that rounds noninteger numbers
Reference No:- TGS0588653

Expected delivery within 24 Hours