public class Student {
private static int counter;
private String no;
private String name;
private String sex;
public Student(String no,String name,String sex) {
thisno=no;
thisname=name;
thissex=sex;
counter++;
}
public void printStudentInfo(){
Systemoutprintln("学生学号:"+no);
Systemoutprintln("学生姓名:"+name);
Systemoutprintln("学生性别:"+sex);
}
public static void printCounter(){
Systemoutprintln("当前学生数量:"+counter);
}
}
public class Teacher {
private static Integer initNo=null;
private String no;
private String name;
private String grade;
public Teacher(String name,String grade) {
if(initNo==null){
initNo=(int)(Mathfloor(Mathrandom()1000)+1);
thisno=StringvalueOf(initNo);
}else{
thisno=StringvalueOf(++initNo);
}
thisname=name;
thisgrade=grade;
}
public void printNo(){
Systemoutprintln("教师工号:"+thisno);
}
}
public class Program {
public static void main(String[] args) {
Student student=new Student("001","小明","男");
studentprintStudentInfo();
StudentprintCounter();
student=new Student("002","小美","女");
studentprintStudentInfo();
StudentprintCounter();
Teacher teacher=new Teacher("张老师","六年级二班");
teacherprintNo();
teacher=new Teacher("李老师","六年级三班");
teacherprintNo();
teacher=new Teacher("王老师","六年级四班");
teacherprintNo();
}
}
运行的一种结果:
你好,当然可以用vs2008,我们公司就采用的vs2008,一般公司采用notepad++,像javascript这种脚本语言不需要编译环境,纯文本编辑器都可以的。
另外SEO搜索引擎不需要什么开发软件,这是一门搜索技术,建议你直接查看SEO百度百科。
如何使用notepad++搭配mingw配置编译c/c++
可以用notepad++直接配置,但是vsc暂时,额不是,会永久性的不支持直接编译的。
当然你也可以调命令行直接编译嘛~
先用vsc写个脚本哈哈。
以上就是关于Web程序设计小作业 VS2017 java语言全部的内容,包括:Web程序设计小作业 VS2017 java语言、用VS2008能编写 JAVASCRITP吗一般公司用什么开发JAVASCRIPT公司SEO搜索引擎用什么软件、请问visual studio怎么写java用vs code写总是出错,急,等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)