Tom wants to develop a student management program He created the Manager java file but the program cannot run Identify which line of code is wrongpublic class Manager 1int age; 2public class Student3p
There is no closing curly brace for the Student class, so the code should end with:
private String name; //4 }
原文地址: http://www.cveoy.top/t/topic/g1zG 著作权归作者所有。请勿转载和采集!