Wednesday, October 27, 2010

octobereview

wazzzzzzzzzzzzzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaappppp
it's been a while since i last checkin here. well i wouldn't say i've been busy nor too lazy.
october coming to an end huh, that also means 2010 is closing too. it's been an impressive month if you ask me, why? because, first of all is......
watashi no tanjo-bi. haik haik. -__- yeaa my birthday. this year marks my 17th year, since the first breathe i take. i would say the 17th is a turning point of my life. from the spoiled crybaby to a caring gentleman. oh yeah this is what i got from my university account


kinda embarrasing you know.
okay, onto the next one. hmmmmmm i can't think of anything. well i think that's it.
maybe i'll tell you a bit about my college's life so far. at first i was a lazy bum. i have no intention of going to my current university. so when i'm in class, i looked dead, no spirit. but now, i kinda get used to this college life. i gotta admit, it's totally different from high school. you'll find out on your own when it's your turn. most of the lectures are about high-school math. matrixes, logics. but of course there's a main course, ALGORITHM. it may sound like logarithm. i'll tell you this. IT'S COMPLETELY DIFFERENT AND MUCH MUCH HARDER. the lectures are hard to understand, but i enjoy the practicum. it kinda goes like this

#include
#include
#include

void main()
{
char nama[20];
int tabungan,lama;
srand(time(NULL));
float bunga = rand()%10+1;

printf("\t\t\t$-$-$-$-$-$-$-$-$-$-$-$\n");
printf("\t\t\t CENTRO BANK\n");
printf("\t\t\t$-$-$-$-$-$-$-$-$-$-$-$\n");
printf("\n\n\nInsert your name : ");
scanf("%s",nama);
fflush(stdin);
printf("\n\nWelcome %s, centro bank is one of the largest banks in the world ...\nYou can save your money here safely",nama);

printf("\n\nHow much money will be saved ? ");
scanf("%d",&tabungan);
fflush(stdin);
printf("\nHow many months you will save your money? ");
scanf("%d",&lama);
fflush(stdin);

printf("\n\n\n\n\n\n");
printf("\t\t\t$-$-$-$-$-$-$-$-$-$-$-$\n");
printf("\t\t\t CENTRO BANK\n");
printf("\t\t\t$-$-$-$-$-$-$-$-$-$-$-$\n");

printf("\n\n");
printf("\n------------------------------------------------------");
printf("\n\nMoney that you save : Rp. %d.00",tabungan);
printf("\n\nMonths did you save money : %d months",lama);
printf("\n\nBank interest : %.0f %% ",bunga);
printf("\n------------------------------------------------------");
printf("\nYour money after %d months will be Rp. %.2f ",lama,tabungan+(bunga*tabungan*lama/100));

getchar();
}

eat that! haha i've told you it's the other way around than logarithm
hm i think that's it. for now. i'll see you guys again next time. CIAO