Asked by Sophia

Develop an algorithm, flow chart and pseudocode that accept as input three unit test scores and a project score for seven students. The algorithm, flow chart and pseudocode should accept seven examination scores. The students's overall score comprised of their weighted mid-semester scores which is the average examination score. The weigh for the mid-semester score is 30% while the examination is 70%. Calculate the student's average mid-semester score, their weighted mid-semester score, weighted examination score and the overall score. Based on the overall score of the student, the algorithm,flow chart and pseudocode should generate a letter grade. The student's letter grade should range from A to E. They should display the student's name,weighted mid semester score, weighted examination score, overall score and the corresponding letter grade.

Using the C programming language write a program to implement the algorithm, flow chart and pseudocode in the above question.

Answers

Answered by Tony
The answer is one that you must learn for yourself my friend...
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions