/* Program : do while*/
#include<iostream.h>
#include<string.h>
#include<conio.h>
#define phi 3.14
main ()
{
char checkword[80]="admin";
char passwords[80]="";
float r, luas, a, t, pilih ;
char menu[10];
menu2:
cout<<"enter password : ";
cin>>passwords;
pilihan:
cout<<"1. Luas Lingkaran\n"
<<"2. Luas Segitiga\n"
<<"Pilih menu : ";
cin>>pilih;
hitung:
if(pilih==1)
{
cout<<"masukan Jari-jari = ";
cin>>r;
luas = phi*r*r;
cout<<"Luas = "<<luas<<endl;
menu3:
cout<<"hitung lagi ...??? [y/n]";
cin>>menu;
if (strcmp(menu,"y")==0)
{
clrscr();
goto pilihan;
}else{
clrscr();
goto menu2;
}
Sabtu, 30 Maret 2013
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar