Question: Given the code above: Find the errors (either compile or run-time error) so that you have the same output listed above then state the type
Given the code above:
- Find the errors (either compile or run-time error) so that you have the same output listed above then state the type of the error.
- After you fixed the errors, rewrite the Java code using your name. ***** My Name Is Shahad Alotaibi
- Show a screenshot of the output (if there is no screenshot of the output, the student shall get a zero mark for this question).
public class Students { public static void main(String[] args) { String si = "Java Programming"; String s2 = "at seu"; String s3 = "Type your name" ; System.out.print(s); System.out.print(" "); System.out.println(s2.toUpperCase()); System.out.println(3); System.out.println("This is my first Assignment") System.out.println("+++++++++"); System.out.print(s1.replace("java", "CS140")); System.out.print(" "); System.out.println(s2.toLowerCase()); System.out.print(8 + 8); System.out.print(" = "); System.out.println(s1.length(5)); } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
