Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Introduction to Java Programming, Comprehensive Version (10th Edition)
by
Y. Danial liang
Edition:
10th edition
ISBN13:
978-0133761313
ISBN10:
0133761312
772
Java programming
Home
Books
Introduction to Java Programming, Comprehensive Version (10th Edition)
Similar Books
No books found
Title
Chapter: 10 /
Q: 2
(The BMI class) Add the following new constructor in the BMI class:
Chapter: 10 /
Q: 3
(The MyInteger class) Design a class named MyInteger. The class contains:
Chapter: 10 /
Q: 4
(The MyPoint class) Design a class named MyPoint to represent a point with x- and y-coordinates. The class contains:
Chapter: 10 /
Q: 5
(Displaying the prime factors) Write a program that prompts the user to enter a positive integer and displays all its smallest factors in decreasing order
Chapter: 10 /
Q: 6
(Displaying the prime numbers) Write a program that displays all the prime numbers less than 120 in decreasing order. Use the StackOfIntegers class to store the prime numbers (e.g., 2, 3, 5, ...) and retrieve and display them in reverse order
Chapter: 10 /
Q: 7
(Game: ATM machine) Use the Account class created in Programming Exercise 9.7 to simulate an ATM machine
Chapter: 10 /
Q: 8
(Financial: the Tax class) Programming Exercise 8.12 writes a program for computing taxes using arrays. Design a class named Tax to contain the following instance data fields:
Chapter: 10 /
Q: 9
(The Course class) Revise the Course class as follows:
Chapter: 10 /
Q: 10
(The Queue class) Section 10.6 gives a class for Stack. Design a class named Queue for storing integers. Like a stack, a queue holds elements. In a stack, the elements are retrieved in a last-in first-out fashion
Chapter: 10 /
Q: 11
(Geometry: the Circle2D class) Define the Circle2D class that contains:
total questions:
772
Previous
26
27
28
29
30
Next
Questions
772
Views
Best Answers
299
Points
5
×
Close
add reason
reason