sir, i am getting correct output at codeblocks. but my code is not working on codeblocks. not a single test case is passing through my code. can you help me please?
here is my code :
#include
using namespace std;
int main() {
int min,max,step;
cin>>min>>max>>step;
for(int i=min;i<=max;i+=step)
{
cout<<i<<" ";
cout<<(int)((i-32)*0.55)<<endl;
}
return 0;
}
Regarding submission of code
@iamiso_code
Hello santosh,
please share ur code.
follow these steps to share
a) paste ur code on coding blocks ide
b) press save button
c) share the generated link
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.