Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

********Menulis DTMI********

#include<iostream>
using namespace std;

int(main)
{

cout<<"******************\n";
cout<<"* *\n";
cout<<"* DTMI UGM *\n";
cout<<"* *\n";
cout<<"******************\n";
}

********************************

********Menghitung luas********

#include<iostream>
using namespace std;

int main()
{int A,L,P;
cout<<"Masukkan Lebar dan Panjang";
cin>>L>>P;
A=L*P;
cout<<"Luas ="<<A;
}

********************************

********Penggunaan IF********

D=1
IF (a>200)
{D=0,9;}

IF(X>-2)
{Y=x;}
else
{y=2;}
cout<<"y";

You might also like