相关截图:
类名首字母大写
public class bpplean { public static void main(String[] args){ String city="武汉"; System.out.println("我的家乡在:"+city); } }