public class Demo06 { public static void main(String[] args) { //int a=1,b=2,c=3;//程序可读性 String s = "jiangmu"; char m = 21; double n = 873; }}