测试代码高亮

浪尽此生 提交于 2019-11-28 21:55:43
  1 package GYY;
  2 
  3 public class StudentDemo {
  4 	int XH;
  5 	String name;
  6 	int EngResult;
  7 	int MathResult;
  8 	int ComputerResult;
  9 	public StudentDemo(int XH,String name,int EngResult,int MathResult,int ComputerResult) {
 10 		XH=this.XH;
 11 		name=this.name;
 12 		EngResult=this.EngResult;
 13 		MathResult=this.MathResult;
 14 		ComputerResult=this.ComputerResult;
 15 	}
 16 }
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!