C++ Questionsomehow it makes sense to me. i want to sent you my cpp code, but i don't know how to do it here. so...
C++ QuestionI've done it !! Thank you for your hints: pow(2.0,i), and <cmath> Here is my code: int half(double...
C++ Questioninput = 100 100 / 1 = 100 100 / 2 = 50 100 / 4 = 25 100 / 8 = 12.5 100/ 2^0 = 100 100/ 2^1 = 50 10...
C++ Questioni still could not find the formula.
C++ Questionfor loop consists of: for( initial expression, condition expression, loop expression) { statemen...