誰(shuí)來(lái)告訴我
public class HelloWorld { ? ?public static void main(String[] args) { int age=25; if (age>=18){ ? ?System.out.println("成年"); }else{ ? ?System.out.println("未成年"); } ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? } } 為什么不對(duì)呢
2018-08-06
你的分號(hào)是用中文形式的,平常打的時(shí)候都會(huì)漏了這點(diǎn),要用英文的分號(hào)
2018-05-10
你的分號(hào)是用中文形式的,平常打的時(shí)候都會(huì)漏了這點(diǎn),要用英文的分號(hào)