dowhile.cpp

Bookmark and Share
#include<iostream.h>

main ()

{

    int i ;

    do

    {  cout<<"\nmasukkan sebuah bilangan positif : ";

        cin>>i;

        if (i>0)

        cout<<i<<" positif";

    }

    while (i>0);

    cout<<i<<" tidak Positif";

}



{ 0 komentar... Views All / Send Comment! }

Posting Komentar

Powered By Blogger