I am fairly new to C# and would llike to design a program for my daughters teacher that will allow her to calculate percentage and final grade. it should prompt the teacher to enter the students first and last n number of points received. The program only accepts points between 0 - 1000. if the input points are within this range it should display "This is an acceptable score". else it should display and error message then terminate the program.
It should calculate the score percentage based on the following
Comments
Leave a comment