5.2 Figure 5.2 Program Fragment With a Loop
#include <iostream>
#include <string>
using namespace std;
int main()
{
int count_emp=0,hours;
float rate,pay;
while(count_emp<7){
cout<<"Hours> ";
cin>>hours;
cout<<"Rate> ";
cin>>rate;
pay= hours*rate;
cout<<"Pay is= $ "<< pay <<endl;
count_emp=count_emp+1;
}
cout<<"All employees processed"<<endl;
return 0;
}
RUN
Tugas Kelompok ebook chapter 5 Alpro
| Judul | : | Tugas Kelompok ebook chapter 5 Alpro |
| Url | : | https://fiqriany1300018072.blogspot.com/2014/03/tugas-kelompok-ebook-chapter-5-alpro.html |
| Pada | : | Senin, 24 Maret 2014 |
| Oleh | : | Unknown |
| Respond | : | 0 |
| Share | : |
Langganan:
Posting Komentar (Atom)

0 komentar:
Posting Komentar