最新回答 / 慕絲3076412
Intellij IDEA下載https://www.jetbrains.com/idea/download/#section=windowsJDK下載https://www.oracle.com/java/technologies/downloads/#java8-windows
2022-11-24
最新回答 / 慕先生2348631
public class HelloWorld{? ? public static void main(String[] args) {? ? int one = 10 ;? ? ? ? int two = 20 ;? ? ? ? int three=0;? ? ? ? three=one+two;? ? ? ? System.out.println("three=one+two==>"+three);? ? ? ? three+=one;? ? ? ? ((SYstm)).out.println(...
2022-11-24
最新回答 / 比奇堡大亨
老師,我想問一下IntelliJ IDEA Community Edition 這款軟件可以切換成中文模式嗎?我這是下載的2023版本的軟件有些功能排放的位置與授課教程中演示的大相同,每次都要進行翻譯搜索??
2022-11-19
最新回答 / weixin_慕仙6110259
不好意思 我懂了,i不到10的時候 sum已經(jīng)大于20了,因為沒有退出循環(huán),所以i還在增加,循環(huán)還在繼續(xù)
2022-11-19
最新回答 / 慕函數(shù)7131464
17行count已經(jīng)被定義過,你就不能再用了,改成i好一些public class HelloWorld {? ? public static void main(String[] args) {? ? ? ??? ? ? ? // 變量保存成績? ? ? ? int score = 53;?? ? ? ??? ? ? ? // 變量保存加分次數(shù)? ? ? ? int count = 0;? ? ? ??? ? ? ? //打印輸出加分前成績?? ? ? ? ??? ? ? ?System.out.pri...
2022-10-22