Commit a26d665d authored by 9831133's avatar 9831133

Update Run.java

parent f148fbaf
public class Run {
ublic class Run {
public static void main(String[] args)
{
/**
* @author Behnam Va Turkashvand
* @ author Behnam va Turkashvand
* @version 1.0
* @since 2020-02-27
*/
......@@ -17,11 +17,12 @@ public class Run {
a.enrollStudent(std5);
a.enrollStudent(std6);
a.calculateavg();
std4.print();
std5.print();
std6.print();
a.print();
a.print();
a.print();
std4.print();
std5.print();
std6.print();
// These 6 functions are for printing the Fist name, Last name, Student Name and the Average
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment