| 8 komentar ]
today was a very fun day because today is Tuesday for me these days the most I've been waiting to take extra curricular school.

extra curricular that I follow is TOKI.
Abbreviations TOKI is Tim Olimpiade Komputer Indonesia.


Image: TOKI SMANAM.

the TOKI taught me a lot of programs using the C + + or others.
and also sometimes to play games of logic, because logic go round the most important thing to make a program.

and I regard this day one of the themes related to the lessons I have learned from the extra-curricular TOKI How to make a simple math program using C++.

if you know the formula to calculate the area of rectangle?
in Indonesia the formula is written like this :
======================
Luas = Panjang x Lebar
======================

then made with C + + is very simple.
The first is clear we need a compiler to make the program run
Compiler can you find here.

here it is, the language of our programs can be run as a simple program to calculate area of rectangle


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

main()
{
int a,l,p;
printf ("Masukan Panjang : "); scanf("%d",&p);
printf ("Masukan Lebar : "); scanf("%d",&l);
a=p*l
printf ("Maka Luas yang dihasilkan : %d",&a);
getch ();
}




proved that the program C + + is very easy to learn.

please support me.
in extra curricular I was selected to attend the Logic and Programming Competition.
competition info can be found at : http://schematics.hmtc-its.org/
Sorry but registration is closed. hehehehe :D

8 komentar

Fattah Naim said... @ October 20, 2009 at 7:36 PM

wah... bahas matematika nih... bagus soB !

Mapuc said... @ October 20, 2009 at 7:36 PM

wah C++ ne ha ha, trims aja dech

Anonymous said... @ October 20, 2009 at 7:37 PM

aduh kayaknya sulit dimengerti ne..coba jelaskan sekali lagi doank ??? maaf ya ...heheh

sin@ps.spy said... @ October 20, 2009 at 7:55 PM

bagus"

Dendendi said... @ October 20, 2009 at 7:57 PM

@sin@ps.spy

Wahh kakak TOKI kasih komentar.
terima kasih... :D

Ridwanox said... @ October 20, 2009 at 8:03 PM

wow following the competion?good luck friends

Tech and Gadget said... @ October 20, 2009 at 8:39 PM

Mantap sekali....cuma masih blm mudeng about your tutorial.. :)

belajar bisnis internet | hill said... @ October 21, 2009 at 12:49 AM

bagus2 artikel di blog ini :) sip

salam
hill

Post a Comment

Silahkan Beri Komentar,
tapi kata guru saya kalau mau kritik tulisannya harus bagus ya!!