Please solve this problem in c++.... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please solve this problem in c++....

https://www.sololearn.com/coach/4?ref=app #include <iostream> #include<cmath> using namespace std; int main() { int houses; cin>>houses; //your code goes here float t; int k,j; t=((2.0/houses)*100.0); float i= (t+0.50); cout<<(int)i; return 0; }

15th Dec 2020, 1:09 PM
Mr. Gupta
1 Answer