Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<iostream>
- using namespace std;
- int main()
- {
- int i,t,chicken;
- cin>>t;
- for(i=0; i<t; i++)
- {
- cin>>chicken;
- }
- for(i=0; i<t; i++)
- {
- if(chicken >= 120)
- cout<<"Good Boy Sifat"<<endl;
- else if(chicken < 120)
- cout<<"Naughty Boy Sifat"<<endl;
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment