Menampilkan Bintang Dengan For
Posted by Budi Arieyanto | Posted in Borlant C++ | Posted on 02.40
#include<iostream.h>
#include<conio.h>
void main()
{
for (int j=1;j<=5;j++)
{
cout<<"*";
}
getch();
}
#include<iostream.h>
#include<conio.h>
void main()
{
for (int j=1;j<=5;j++)
{
cout<<"*";
}
getch();
}
© All Rights Reserved. Budi Arieyanto
Theme by : TheHostingFinder.com | Converted into Blogger Templates by Theme Craft
Comments (0)
Posting Komentar