J
junebug68
A few of the guys in my department are trying to come up with a menu-driven
program to average grades,among other functions. We are not programmers,
but I think we could muddle thru if we only had a general layout for the
program. We want it to:
Input grades
Print Grades
Print grade average
Print highest grade
Print lowest grade
Sort grades
Exit the program.
From what I have read, this could be implemented as a large "switch", and
each option could be done with a "function". Could someone help with a
gneral layout for the program? Thanks!
program to average grades,among other functions. We are not programmers,
but I think we could muddle thru if we only had a general layout for the
program. We want it to:
Input grades
Print Grades
Print grade average
Print highest grade
Print lowest grade
Sort grades
Exit the program.
From what I have read, this could be implemented as a large "switch", and
each option could be done with a "function". Could someone help with a
gneral layout for the program? Thanks!