When a negative number is input, the condition (num<0) become true and break statement is executed which leads to the termination of the while loop and the next ...
確定! 回上一頁