Haris
Haris

Reputation: 11

I'm using Dev C++ and subtraction is not working

I'm using Subtraction option in Dev C++ .I enter values but it always gives me an empty answer Look Code Here

Look Error here

Upvotes: 0

Views: 145

Answers (1)

kunal
kunal

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

Related Questions