Menampilkan Bintang Dengan For

Posted by Budi Arieyanto | Posted in | Posted on 02.40

#include<iostream.h>
#include<conio.h>

void main()
{
    for (int j=1;j<=5;j++)
       {
            cout<<"*";
      }

   getch();
}

Comments (0)

Posting Komentar