Bismillahirohmanirohim
Berikut ini saya akan memberikan contoh membuat program sederhana menggunakan Statement IF.
CONTOH :
#include <iostream>
using namespace std;
/* run this program using the console pauser
or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
int
t,l,Luas;
t=0;l=0;Luas=0;
cout<<"Menghitung
Luas Segitiga"<<endl;
cout<<"Masukkan
Tinngi : ";cin>>t;
cout<<"Masukkan
Lebar : ";cin>>l;
if(t<10)
{Luas=(t*l)/2;
cout<<"Luas
= "<<Luas;
}
return
0;
}
Gambar dari program diatas:
Gambar Output dari program diatas:
Selamat mencoba dan semoga bermanfaat :)
Wasalamualikum w.w.
0 komentar:
Posting Komentar