#include | 02 | #include  | 
| 03 | 
| 04 | voidmain() | 
| 05 | { | 
| 06 |     floatn, total, rata2; | 
| 07 |     total = 0; | 
| 08 |     for(inti=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
9:17 PM
 ijun
ijun
 
 Posted in:
 Posted in:   
0 comments:
Post a Comment