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, 22.06.2019 01:20
What is the full meaning of rfid in computer
Answers: 2
question
Computers and Technology, 22.06.2019 09:00
Designing a mobile web page is a little different from designing a regular web page. name at least three features that should be considered when designing a website that is mobile phone-friendly, and briefly explain why they are important.
Answers: 1
question
Computers and Technology, 22.06.2019 11:20
The kurt vonnegut commencement speech, the neiman-marcus chocolate chip cookie recipe, and the get-well emails to the dying boy are examples of select one: a. social engineering b. hoax emails c. email viruses d. worms
Answers: 1
question
Computers and Technology, 23.06.2019 00:20
Ihave been given the number of guns per 100, and the total firearm-related deaths per 100,000. i have to find the actual number of guns per country and actual number of gun-related deaths. if somebody could show me how to do 1 question, i can finish the rest, i am just confused. tia
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
Mathematics, 28.03.2020 05:25
question
Health, 28.03.2020 05:26
question
Mathematics, 28.03.2020 05:26
question
Physics, 28.03.2020 05:26
question
Mathematics, 28.03.2020 05:26
question
Mathematics, 28.03.2020 05:26
question
Computers and Technology, 28.03.2020 05:26
Questions on the website: 13722363