Contoh penggunaan ( if else )


#include
#include
void main ()
{
if (4<3)
cout<<"benar";
else
cout<<"salah";
getch();
}

0 comments:

Post a Comment