Berbagi ilmu
Pages
(Move to ...)
Home
Galery
Profil
▼
06 May 2012
Program Volume bola dengan C++
Program sederhana Volume bola dengan C++
Volume bola
#include <iostream>
main()
{
float r;
float volbola;
cout<<"masukan r"<<endl;
cin>>r;
volbola=4/3*3.14*r*r*r;
cout <<"volume bola="<<volbola<<endl;
return 0;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment