keliling persegi panjang

29 Januari, 2009

=========================================
*keliling persegi panjang
=========================================

#include

int main(void)
{
float p,l;
int kell;

printf("Panjang = ");
scanf("%f",&p);

printf("Lebar = ");
scanf("%f",&l);

kell=(p+l)*2;

printf("Keliling = %d",kell);

return 0;
}

Related Post:

0 komentar:

About This Blog

Lorem Ipsum

  © Free Blogger Templates Columnus by Ourblogtemplates.com 2008 and Modified by blog wallpaper

Back to TOP