Task 6 Implement the design of the Laptop class so that the following output is produced [You are not allowed to change the code below] # Write your code here Оutput Lenovo 5 Dell 7 Total number of Laptops 12 Laptops are portable Total number of Laptops 0 lenovo = Laptop("Lenovo", 5); |dell = Laptop("Dell", 7); print(lenovo.name, lenovo.count) print(dell.name, dell.count) print("Total number of Laptops", Laptop.laptopCount) Laptop.advantage() Laptop.resetCount() print("Total number of Laptops", Laptop.laptopCount)

EBK JAVA PROGRAMMING
8th Edition
ISBN:9781305480537
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 9PE
icon
Related questions
Question
Task 6
Implement the design of the Laptop class so that the following output is produced
[You are not allowed to change the code below]
# Write your code here
Output
Lenovo 5
lenovo = Laptop("Lenovo", 5);
dell = Laptop("Dell", 7);
print(lenovo.name, lenovo.count)
print(dell.name, dell.count)
print("Total number of Laptops", Laptop.laptopCount)
Laptop.advantage()
Laptop.resetCount()
print("Total number of Laptops", Laptop.laptopCount)
Dell 7
Total number of Laptops 12
Laptops are portable
Total number of Laptops 0
Transcribed Image Text:Task 6 Implement the design of the Laptop class so that the following output is produced [You are not allowed to change the code below] # Write your code here Output Lenovo 5 lenovo = Laptop("Lenovo", 5); dell = Laptop("Dell", 7); print(lenovo.name, lenovo.count) print(dell.name, dell.count) print("Total number of Laptops", Laptop.laptopCount) Laptop.advantage() Laptop.resetCount() print("Total number of Laptops", Laptop.laptopCount) Dell 7 Total number of Laptops 12 Laptops are portable Total number of Laptops 0
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT