News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

problem

Started by mashfique aronno, June 22, 2019, 02:24:22 PM

Previous topic - Next topic

mashfique aronno

Why is this happening?
When i am programing for 50 + 60,the result is always this weird number
It was working fine for the last two days.
Please help

BlueHazzard

You should look at your print statement.... This does not look like it should be like that...

Just for your information: This forum does not give general programming advice. This is specific for codeblocks only. Read the rules of this forum for more information...

raynebc

Unless you disabled compiler warnings, you likely got one that will point out the problem in this specific instance.  Going in and enabling all warnings (Settings>Compiler>Compiler flags tab>Enable all common compiler warnings) is helpful and something I always use.