Mengenai Saya

Foto saya
saya orangya pling gac suka di atur, alnya saya orangnya keras kepala

Pengikut

Diberdayakan oleh Blogger.
RSS

contoh program if

contoh program if


#include


void main()
{
int number;

cout<<" please input the number: "; cin>>number;

if(number<0)
{
cout<<"you input the negative number.";
}
else if(number==0)
{
cout<<"you input nil number.";
}
else
{
cout<<"you input the positive number.";
}
}

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 komentar:

Posting Komentar