Java 吉軟初體驗
阿新 • • 發佈:2020-10-22
public class czx{ public static void main (String[] args) { String name="陳政旭"; String class1="R1752"; String profession="軟體工程"; char sex='男'; double height=175.66; System.out.println("我的名字是:"+name+"我的班級:"+class1+"我的專業:"+profession+"我的性別:"+sex+"我的身高:"+height); } }
程式碼圖片在下面
第二題答案:A 對的,B對的,C不對,不能有@,D不對,不能有. ,E對的,F不對,不能以數字開頭。
轉載於:https://my.oschina.net/ZxArvin/blog/1831048