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
wah... bahas matematika nih... bagus soB !
wah C++ ne ha ha, trims aja dech
aduh kayaknya sulit dimengerti ne..coba jelaskan sekali lagi doank ??? maaf ya ...heheh
bagus"
@sin@ps.spy
Wahh kakak TOKI kasih komentar.
terima kasih... :D
wow following the competion?good luck friends
Mantap sekali....cuma masih blm mudeng about your tutorial.. :)
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!!