The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 2 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
Hello. I want help in the tests to be passed. Although i have the files they are not passing. I will share the screenshot as well that i found suspicious.
import java.time.LocalDate;
import java.time.Month;
public class StudentTestMain {
/**
* @param args the command line arguments
*/
public static void main(String args) {
Student student1 = new Student("Adam","Baum","1234567890",
LocalDate.of(2001, Month.MARCH,
10), "Male","20-Havelock Street");
System.out.printf("The first student is %s%n", student1.toString()); Student student2 = new Student("Marie","Curie","1234567858",
LocalDate.of(2002, Month.MARCH, 10), "Female","20-Birhana
Street");
System.out.printf("The second student is %s%n", student2.toString());
}
}import java.time.LocalDate;
import java.time.Month;
public class StudentTestMain {
/**
* @param args the command line arguments
*/
public static void main(String args) {
Student student1 = new Student("Adam","Baum","1234567890",
LocalDate.of(2001, Month.MARCH,
10), "Male","20-Havelock Street");
System.out.printf("The first student is %s%n", student1.toString()); Student student2 = new Student("Marie","Curie","1234567858",
LocalDate.of(2002, Month.MARCH, 10), "Female","20-Birhana
Street");
System.out.printf("The second student is %s%n", student2.toString());
}
}
S * @author W 9 *3“
1+3 public class StudentTestHain {
ll 1 @ Javelin: Egg Declaration APE-Batch
{terminated} StudentTEtMain [Java A lication] C:"-LP'ro ram Filfi‘dava 're‘Lfiflijin 'avawexe [A rl, 2H1? 11:4. The first student is Name: Adam Baum
Mobile Number: 12345EJBQ'3 Date 0f Birth: 2361—93—16 Address: 26—Havelock Street The second student is Name: Marie {urie
Mobile Number: 1234553358
Date of Birth: 2662—93—16
Address: Zfl—Birhana Street
Attachments:
-----------