+ 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; }
1 Réponse