loop.cpp

Bookmark and Share
#include<iostream.h>

main ()

{

 int a=1;

 while (a<10)

 {

    cout<<a<<endl;

    a=a+1;

 }

}

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

Posting Komentar

Powered By Blogger