What happens if you call the substring() method with two parameters, the same number. For example: String x = "asfd"; System.out.println(x.substring(3,3); -------------------------------------------------- Today you'll find two practice quizzes in eClass start off by doing them both once. I will go over solutions at the end of class. After than, work on the project you started yesterday. After than, do the "Logic-1" problems on Codingbat. Test over Strings and conditionals will be on the 28th. |