Kamis, 18 Oktober 2012

sebagian besar cowok mungkin berpikiran sama kalo . . .


Oleh karena itu, banyak cowok yg lebih memperhatikan sikap si cewek tersebut terhadap cowok . bukan hanya penampilan , tapi sikap juga menjadi prioritas #CorrectMeIfIWrong
http://www.smileycodes.info

Minggu, 14 Oktober 2012

My Heart (A Song From Paramore)

I am finding out that maybe I was wrong
That I've fallen down and I can't do this alone

Stay with me, this is what I need, please?

Sing us a song and we'll sing it back to you
We could sing our own but what would it be without you?

I am nothing now and it's been so long
Since I've heard the sound, the sound of my only hope

This time I will be listening.

Sing us a song and we'll sing it back to you
We could sing our own but what would it be without you?

This heart, it beats, beats for only you
This heart, it beats, beats for only you

This heart, it beats, beats for only you
My heart is yours

This heart, it beats, beats for only you
My heart is yours
(My heart, it beats for you)

This heart, it beats, beats for only you (It beats, beats for only you)
My heart is yours (My heart is yours)

This heart, it beats, beats for only you (Please don't go now, please don't fade away)
My heart, my heart is yours (Please don't go now, please don't fade away)

(Please don't go now, please don't fade away) My heart is yours
(Please don't go now, please don't fade away) My heart is yours
(Please don't go, please don't fade away
(Please don't go now, please don't fade away) My heart is...

Senin, 01 Oktober 2012

Reason

takkan ku biarkan sesuatu mati di genggamanku .
meski terluka, mungkin aku akan mencoba membuat sesuatu tersebut untuk tetap hidup
hidup selamanya .
meskipun takkan aku genggam .
http://www.smileycodes.info

Konversi Berat

#include
#include
void main ()
{
int kode;
float suhu,celcius,fahrenheit,reamur;
puts("konversi suhu\n");
puts("1:Kilogram ke Gram");
puts("2:Gram ke Miligram");
puts("3:Miligram ke Gram");
puts("4:Gram ke Kilogram");
puts("5:Miligram ke Kilogram");
puts("6:Kilogram ke Miligram");

printf("masukan kode:");scanf("%d",&kode);
if(kode==1)
{
printf("masukan nilai dalam Kg:");scanf("%f",&nilai);
Gram=(nilai*1000);
printf("\nGram=%f",Gram);
}
else
if(kode==2)
{
printf("masukan nilai dalam Gram:");scanf("%f",&nilai);
Miligram=(nilai*1000);
printf("\nMiligram=%f",Miligram);
}
else
if (kode==3)
{
printf("masukan nilai dalam Miligram :");scanf("%f",&nilai);
Gram=(nilai/1000);
printf("\nGram=%f",Gram);
}
else
if (kode==4)
{
printf("masukan nilai dalam Gram:");scanf("%f",&nilai);
Kilogram=(nilai/1000);
printf("\nKilogram=%f",Kilogram);
}
else
if (kode==5)
{
printf("masukan nilai dalam Miligram:");scanf("%f",&nilai);
Kilogram=(nilai/1000000);
printf("\nKilogram=%f",Kilogram);
}
else
if (kode==6)
{
printf("masukan nilai dalam Kilogram:");scanf("%f",&nilai);
Miligram=(nilai*1000000);
printf("\nMiligram= %f",Miligram);
}
else
puts("tidak ada!");
}

Followers