Computer Science, asked by chatterjeeamit619, 5 months ago

Write the output:

System.out.print(“subject”);

System.out.println(“Computer”);

System.out.print(“Java”);

Answers

Answered by Imblank
8

Answer:

Output :

subjectComputer

Java

Read my bio once

Answered by leya2527
3

Explanation:

Subject

Computer Java

Similar questions