#include 02 | #include |
03 |
04 | void main() |
05 | { |
06 | float n, total, rata2; |
07 | total = 0; |
08 | for(int i=0; i<10; i++) |
09 | { |
10 | cout<<"Masukkan nilai ke "<<(i+1)<<" : "; |
11 | cin>>n; |
12 | total = total + n; |
13 | } |
14 | rata2 = total / 10; |
15 | cout<<"Total = "< |
16 | cout<<"Rata2 = "< |
17 | getch(); |
18 | } |


9:17 PM
ijun
Posted in:
0 comments:
Post a Comment