Hi guys I am obviously new to this all and so I decided to make my first usable program implementing my knowledge on classes/objects and constructors together. I don't see any problems but this is the result I get from the program. Any help would be grateful! http://s27.postimg.org/45jcx2vib/12345.png
Yes that makes it simpler, oh and the order of code, I should remember that for next time. Thanks for your help.
There is just one more thing if anyone could help me, the result of the calculation just doesn't add up!
-1.07374E+008. What is this lol?
I see it now, appreciate it coder!! So if you're using a constructor, any function you want to use in that same class has to be *called* within the constructor.
You don't initialize 'functions', which are called methods or member functions when outside of your main source - "SetFinalBMI();" inside of your constructor is just calling the method. If you wanted to, you could call it from within your main() function.