Saturday 23 December 2017

My C++ output is always 0

I'm currently trying to input a formula into code but when
I execute, it always comes up as zero. I tried looking around but more forum posts have
specific errors that cause them to output zero, and aren't related to what I'm trying to
do. So if anyone can be a second pair of eyes, that would be
amazing.



src="https://i.stack.imgur.com/AOYZH.png" alt="enter image description
here">

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...