早教吧作业答案频道 -->其他-->
麻烦各位JAVA达人看看我写的JAVA程序错在哪,//publicclassGrades{publicstaticvoidmain(String[]args){Studentstudent1=newStudent("Mary");//createstudent2,"Mike"Studentstudent2=newStudent("Mike");//inputgradesforMarySystem
题目详情
麻烦各位JAVA达人看看我写的JAVA程序错在哪,
//
public class Grades
{
public static void main(String[] args)
{
Student student1 = new Student("Mary");
//create student2,"Mike"
Student student2 = new Student("Mike");
//input grades for Mary
System.out.println("please input the scores of the student:");
student1.inputGrades();
//print average for Mary
student1.getAverage();
student1.ptritName();
System.out.println("please input the scores of the student:");
student2.inputGrades();
student2.getAverage();
student2.ptritName();
//input grades for Mike
//print average for Mike
}
}
感激不尽
//
public class Grades
{
public static void main(String[] args)
{
Student student1 = new Student("Mary");
//create student2,"Mike"
Student student2 = new Student("Mike");
//input grades for Mary
System.out.println("please input the scores of the student:");
student1.inputGrades();
//print average for Mary
student1.getAverage();
student1.ptritName();
System.out.println("please input the scores of the student:");
student2.inputGrades();
student2.getAverage();
student2.ptritName();
//input grades for Mike
//print average for Mike
}
}
感激不尽
▼优质解答
答案和解析
首先,像private,public这些词是不可以大写的,你要全部改成小写其次,你在定义getAverage函数的时候是代参的,结果你最后在调用的时候没有赋参数,所以肯定是错的.最后,inputGrades函数,输入不是那么写的,要先写 Scanner...
看了麻烦各位JAVA达人看看我写的...的网友还看了以下:
20世纪50-60年代,我国开展了“剿灭麻雀”的运动,而现在有关专家发出了要保护麻雀的呼吁.下列哪 2020-07-02 …
上世纪五六十年代,我国开展了“剿灭麻雀”的运动,而现在有关专家发出了要保护麻雀的呼吁,其原因不包括 2020-07-14 …
麻黄碱(C10H15NO)是从中药麻黄中提取出来的生物碱,具有止咳平喘作用,服用的副作用是使人中枢 2020-07-15 …
麻黄碱(C10H15NO)是从中药麻黄中提取出来的物质.下列有关麻黄碱的说法正确的是()A.麻黄碱 2020-07-18 …
汇编根据代码写出注释STRINGDB'A’;①……MOVAL,STRING;②ADDAL,32;③ 2020-07-29 …
麻黄碱(C10H15NO)是从中药麻黄中提取出来的生物碱,具有止咳平喘作用,服用的副作用是使人中枢神 2020-10-31 …
麻黄碱(C10H15NO)是从中药麻黄中提取出来的物质。下列有关麻黄碱的说法正确的是A.麻黄碱是由2 2020-10-31 …
下列合法的数组定义是()A.chara[6]={"string"};B.inta[5]={0,1,2 2020-11-06 …
在下面的数组定义中,合法的是()在下面的数组定义中,合法的是()。A.inta[]="string" 2020-11-06 …
“a-亚麻酸”能耐多少度温度?“a-亚麻酸”是人体必须的营养素,主要存在于亚麻籽油和紫苏籽油中,豆油 2020-12-02 …