Problems
Write a program that outputs as shown in the following output example.
Use a formula for the sum.
(Modified to fit the 10th edition of Self-Directed C Language.)
Example
kor 90
mat 80
eng 100
sum 270
Hint
Source
자기주도C언어프로그래밍
Write a program that outputs as shown in the following output example.
Use a formula for the sum.
(Modified to fit the 10th edition of Self-Directed C Language.)
kor 90
mat 80
eng 100
sum 270