subject
Mathematics, 12.03.2020 00:03 antoninapride

Write a class named Book containing: Three instance variables named title, author, and tableOfContents of type String. The value of tableOfContents should be initialized to the empty string. An instance variable named nextPage of type int, initialized to 1. A constructor that accepts two String parameters. The value of the first is used to initialize the value of title and the value of the second is used to initialize author. A method named addChapter that accepts two parameters. The first, of type String, is the title of the chapter; the second, is an integer containing the number of pages in the chapter. addChapter appends (that is concatenates) a newline followed by the chapter title followed by the string "..." followed by the value of the nextPage instance variable to the tableOfContents. The method also increases the value of nextPage by the number of pages in the chapter. A method named getPages that accepts no parameters. getPages returns the number of pages in the book. A method named getTableOfContents that accepts no parameters. getTableOfContents returns the values of the tableOfContents instance variable. A method named toString that accepts no parameters. toString returns a String consisting of the value of title, followed by a newline character, followed by the value of author.

ansver
Answers: 2

Another question on Mathematics

question
Mathematics, 21.06.2019 18:00
Find the multiplicative inverse of 8-12i
Answers: 2
question
Mathematics, 21.06.2019 20:00
Write the point-slope form of the line passing through (2, -12) and parallel to y=3x.
Answers: 2
question
Mathematics, 21.06.2019 21:10
The equation |pl = 2 represents the total number of points that can be earned or lost during one turn of a game. which best describes how many points can be earned or lost during one turn? o o -2 2 oor 2 -2 or 2 o
Answers: 1
question
Mathematics, 21.06.2019 21:30
Your friend uses c=50p to find the total cost, c, for the people, p, entering a local amusement park is the cost of admission proportional to the amount of people entering the amusement park? explain.
Answers: 2
You know the right answer?
Write a class named Book containing: Three instance variables named title, author, and tableOfConten...
Questions
question
Arts, 13.10.2020 16:01
question
Mathematics, 13.10.2020 16:01
question
Mathematics, 13.10.2020 16:01
question
Mathematics, 13.10.2020 16:01
Questions on the website: 13722367