Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

image text in transcribed

Given the code above:

  1. 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.

  1. After you fixed the errors, rewrite the Java code using your name.

  1. Show a screenshot of the output (if there is no screenshot of the output, the student shall get a zero mark for this question).

Error number

Error

Type

1

System.out.print(S1);

Compile-time error

2

3

4

5

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)); } } Output - Students (run) run: Java Programming AT SEU My name is Mohammed F. Ali! This is my first Assignment +++++++++ CS140 Programming at seu 8 + 8 = 16 OL

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database Foundations Technology Fundamentals For IT Success

Authors: Bob Bryla

1st Edition

0782143725, 9780782143720

More Books

Students also viewed these Databases questions

Question

Explain the functions of financial management.

Answered: 1 week ago

Question

HOW MANY TOTAL WORLD WAR?

Answered: 1 week ago

Question

Discuss the scope of financial management.

Answered: 1 week ago

Question

Discuss the goals of financial management.

Answered: 1 week ago