Get out from loopAnyone know how to get out from loop. I mean when we press -1 value, it stops. #include<stdio.h> ...
C++ Problemsyaa.. i want to say that it's at the origin.
C++ Problemsif i use this conditions - if (z > 0 && z <= 9), can i write like this - if ((z > 0 && z <= 9)&&(y >...
C++ Problemswhat do you mean by [ code ][ /code ]?
C++ ProblemsCan anyone spot what wrong with my code here? I got problem with the loop and Q(remains same = Q1 ...