subject

HELP ASAP PLEASE

Hey I need to colorize this code, but I have no idea how to can anyone help me ?

SAMPLE CODE:

public class Library {
public static void main (String[ ] args) {
Book brainCandy = new Book(“Hunger Games”, “Suzanne Collins”);
Book nonFiction = new Book(“Guinness World Records 2016”,
“Guinness World Records”);

System. out. println(“What I am reading: “);
System. out. println(brainCandy + “ and “ + nonFiction);
}
}

public class Book {
private String title;
private String author;

public Book(String t, String a) {
title = t;
author = a;
}

public String toString() {
return “Title: “ + title + “ by “ + author;
}
}

[Color key at the picture !]


HELP ASAP PLEASE Hey I need to colorize this code, but I have no idea how to can anyone help me ?  S

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 13:30
What is the primary difference between the header section of a document and the body? a. the body is displayed on the webpage and the header is not. b. the header is displayed on the webpage and the body is not. c. the tag for the body is self-closing, but the tags for the headers must be closed. d. the tag for the header is self closing, but the tag for the body must be closed.
Answers: 3
question
Computers and Technology, 24.06.2019 07:00
Selective is defined as paying attention to messages that are consistent with one’s attitudes and beliefs and ignoring messages that are inconsistent.
Answers: 1
question
Computers and Technology, 24.06.2019 08:30
Why might you choose to create a functional resume
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
How are roger williams, james oglethorpe, and william penn similar?
Answers: 3
You know the right answer?
HELP ASAP PLEASE

Hey I need to colorize this code, but I have no idea how to can anyone...
Questions
question
Chemistry, 29.08.2019 07:30
Questions on the website: 13722363