Berikut script C++ Program Menhitung Luas segitiga



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

void main ()
{
float Alas,Tinggi;
float Luas;

cout<<”Program Pencarian Luas Segitiga”<<endl<<endl;
cout<<”Masukkan Alas Segitiga: “;cin>>Alas;
cout<<”Masukkan Tinggi Segitiga: “;cin>>Tinggi;
Luas = (Alas*Tinggi)/2;
cout<<”Luas Segitiga = “<<Luas<<endl;
getch();
 




TAMPILAN PROGRAM LUAS SEGITIGA



Next
This is the most recent post.
Previous
Sistem Informasi Terdistribusi

0 komentar Blogger 0 Facebook

Posting Komentar

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
BELAJAR INFORMATIKA © 2014. All Rights Reserved. Created by Ali Sodikin . Powered by Blogger
Top