Kamis, 10 Oktober 2013

Contoh keluaran

#include <conio.h>
#include <iostream.h>
main()
{
clrscr( );
cout<<endl<<" Aneka Jus"<<endl
<<" = = = = = = = = = = = = ="<<endl;
cout<<"=        Daftar Jus       = "<<endl;
cout<<"= Mangga   Rp 6.000       = "<<endl;
cout<<"= Sirsak   Rp 7.000       = "<<endl;
cout<<"= Jambu       Rp 6.000       = "<<endl;
cout<<"= Stroberi Rp 6.000       = "<<endl;
cout<<"= Gowok       Rp 8.000       = "<<endl;
cout<<"= Markisa  Rp 8.000       = "<<endl
<<" = = = = = = = = = = = = ="<<endl;
getch();
}
Hasilnya ketika di compaile