Is their mistake in my code or its Just a Normal flow in Java?

后端 未结 0 1629
予麋鹿
予麋鹿 2020-12-09 11:19

public void tripler_2() {

Scanner number = new Scanner(System.in);

int value = -1;

*2 do {

if (value >= 0)

System.out.println("Cu

相关标签:
回答
  • 消灭零回复
提交回复
热议问题