#include <iostream> void main(void ) { float PI=3.14,R,L,K,V; cout<<"Masukan harga R:"<<endl; cin>>R; K=2*PI | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

#include <iostream> void main(void ) { float PI=3.14,R,L,K,V; cout<<"Masukan harga R:"<<endl; cin>>R; K=2*PI

help

3rd May 2019, 1:06 PM
Fernandi Rohmadiansyah
Fernandi Rohmadiansyah - avatar
2 Answers
+ 2
You must put the std:: in the cout
3rd May 2019, 1:30 PM
Werg Serium
Werg Serium - avatar
+ 1
Fernandi Rohmadiansyah Kodenya terpotong, kurang lengkap, simpan kodenya di profilemu, lalu edit thread ini dan share link kodenya di bagian "Description". Ikuti langkah-langkah dalam link berikut kalau belum tahu cara sharing link. https://www.sololearn.com/post/74857/?ref=app
3rd May 2019, 1:52 PM
Ipang