第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定

為什么在括號里的每局都要加three,引號里的代表著什么意思

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;

? ? ? ? System.out.println("three+=one==>"+three);

? ? ? ? three-=one;

? ? ? ? System.out.println("three-=one==>"+three);

? ? ? ? three*=one;

? ? ? ? System.out.println("three*=one==>"+three);

? ? ? ? three/=one;

? ? ? ? System.out.println("three/=one==>"+three);

? ? ? ? three%=one;

? ? ? ? System.out.println("three%=one==>"+three);



正在回答

2 回答

雙引號引起來的是字符,直接顯示的部分,加號是 把 three 和字符 分隔開? 如果()里面沒有字符 就不用加+號

0 回復(fù) 有任何疑惑可以回復(fù)我~

引號里寫的東西就是你想打出來的東西,你寫什么進(jìn)去,就會原封不動打出來。以System.out.println("three=one+two==>"+three);這一句為例子,你寫“three=one+two==>”

運(yùn)行出來就是three=one+two==>;+表示加上,+three,意思是除了要print出前面引號內(nèi)的內(nèi)容,還要print three所代表的值,也就是30。 這一整句話效果就是print出three=one+two==>30,然后換行

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消

為什么在括號里的每局都要加three,引號里的代表著什么意思

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號