这一行的创建可以直接使用PSVm

输出结果,使用sout

记录一下哈哈哈
联系it我杰斯防晒是V型从v下次
编程题编程题编程题编程题编程题
public class Main {
public static void main(String[] args) {
int s = 56;
int c = 0;
System.out.println("加分前的成绩: " + s);
while (s < 60) {
s += 1;
c += 1;
}
System.out.println("加分后的成绩: " + c);
System.out.println("一共加了" + c + "次");
}
}