int main(void)
{
float a, b, c, d;
a=9;
b=5;
c=8;
{
printf("Carilah Rata-rata dari blangan dibawah ini: \n");
printf("a = 9\n");
printf("b = 5\n");
printf("c = 8\n");
d=(a+b+c)/3;
printf("Hasil rata-rata adalah = ");
printf(" %f\n",d);
}
return 0;
}
rootlearn is the place to learn about courses, mobile phones, computers, music, and many more.
Copyright (c) 2010 Rootlearn. All rights reserved. Powered by Blogger
Blogger Templates created by Deluxe Templates
Images by Free CSS Templates.
0 comments:
Post a Comment