This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Tampilkan postingan dengan label program penghitungan mencari nilai luas lingkaran. Tampilkan semua postingan
Tampilkan postingan dengan label program penghitungan mencari nilai luas lingkaran. Tampilkan semua postingan

Senin, 05 Maret 2012

program penghitungan mencari nilai luas lingkaran

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

int main() {
   
    int r;
    float c;
    printf("penghitungan mencari nilai luas lingkaran\n");
    printf("jari-jarinya:\n") ; scanf("%d",&r);
    c = 3.15 * r * r;
    printf("hasilnya luasnya adalah\n= 3.15 * %d * %d  = %f\n",r,r,c);
    getch();
    return(0);
   
    /* By D-JokerZzZ corp. */
}

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More