It a real simple bit of code but I dont fully understand how to grasp what it is doing .
I should first explain that I have a full 5 weeks of C++ under my belt and no other progrming experiance, that being said, I understand the obejct of this code is to convert any letter in from CAPS to lower case what I dont under stand is how to say it in english.
heres the code UnitsIn = (UnitsIn > 90) ? UnitsIn-32...