Question: This question is related to java please don't answer using handwriting thank you public class Students public static void main (String args) String s1Java Programming
This question is related to java
please don't answer using handwriting
thank you



public class Students public static void main (String args) String s1"Java Programming" String s2"at seu" String s3- "Type your ne "; System.out.print (S1) System.out.print("" System.out.println (s2.toupperCase)) System.out.println (s3) System.out.println( "This is my first Assignment" 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)) Given the code above: 1. Find the errors (either compile or run-time error) so that you have the same output listed below then state the type of the error. 2. After you fixed the errors, rewrite the Java code using your name. 3. Show a screenshot of the output (if there is no screenshot of the output, the student shall get a zero mark for this question). Output -Students (run) run: Java Programming AT SEU My name is Mohammed F. Ali! n This is my first Assignment CS140 Programming at seu 8+8e 16 Error number Error Type 1 System.out.print(S1), Compile-time error 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
