Reputation: 11
I'm using Subtraction option in Dev C++ .I enter values but it always gives me an empty answer Look Code Here
Upvotes: 0
Views: 145
Reputation: 21
You forgot to print the final answer LMAO. LMAO contains your subtracted value but you have to print it.
cout<<"Answer \n"<<LMAO<<endl;
This will work.
Upvotes: 1