#include <iostream.h>
#include <conio.h>
main( )
{
int n;
cout<<"masukkan angka untuk mulai : ";
cin>>n;
while(n>0)
{
cout<<n<<",";
--n;
}
cout<<"stop!";
getch( );
}
Freeware, Shareware, Free Software Downloads, Laptop, Laptop Computers, Mp3, Free Mp3 Downloads, Index Of Mp3
#include <iostream.h>
#include <conio.h>
main( )
{
int n;
cout<<"masukkan angka untuk mulai : ";
cin>>n;
while(n>0)
{
cout<<n<<",";
--n;
}
cout<<"stop!";
getch( );
}
Copyright © 2009 Fresh Themes Gallery | NdyTeeN. All Rights Reserved. Powered by Blogger and Distributed by Blogtemplate4u .
COMMENTS :
0 komentar to “Perulangan While”
Post a Comment