Page not loading? Try clicking here.
Placeholder

#117
Language restricted

Debugging - Formative Assessment 1 1s - MB

Problems

Write a program that inputs the scores for three subjects that are incorrect and outputs the sum of the integer parts for the total score, calculates the average of the real numbers, and then outputs only the integer parts.


Example

70.5 95.5 68.5
sum 233

avg 78

Source

자기주도C언어프로그래밍

You must sign in to write code.