Please send me answer of this question within 10 min i will give you like sure.send me typed answer only please.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Please send me answer of this question within 10 min i will give you like sure.send me typed answer only please.
Create public class CAR. It should have: 1.
Attributes: String NAME, float consumption,
String fuel, 2. Constructor with 3 parameters
that will assign values to the appropriate
attribute. For Fuel use: GASOLINE, DIESEL and
GAS. 3. Methods getNAME(), getFUEL()-
these method return the appropriate attribute
value 4. Method COST (int km) that returns
the amount of money you'll need to buy fuel
in order to pass distance of km kilometers,
with the car that has fuel consumption of
consumption liters per kilometer and fuel that
has some price per liter. price: If the car uses
GASOLINE, the price= 69.50 If the car uses
DISEL, the price= 57.50 If the car uses GAS,
the price= 37 (Use the proportion) KM Liters
X= (consumption * km) /100 //X- fuel liters for
passing km kilometers COST= X * price 100
consumption Km X In the main() method of
the public class o Create an array of 5 cars o
Create manual instance for every array
element o Using the FOR loop, for every array
element, display the name, fuel and car
consumption o Find the car that will spent
800 km with least cost. The output message
should be similar to this example: You will
pass 800 km with least money if you drive
Citroen c1. It will cost you 2350 den.
in JAVA
Transcribed Image Text:Create public class CAR. It should have: 1. Attributes: String NAME, float consumption, String fuel, 2. Constructor with 3 parameters that will assign values to the appropriate attribute. For Fuel use: GASOLINE, DIESEL and GAS. 3. Methods getNAME(), getFUEL()- these method return the appropriate attribute value 4. Method COST (int km) that returns the amount of money you'll need to buy fuel in order to pass distance of km kilometers, with the car that has fuel consumption of consumption liters per kilometer and fuel that has some price per liter. price: If the car uses GASOLINE, the price= 69.50 If the car uses DISEL, the price= 57.50 If the car uses GAS, the price= 37 (Use the proportion) KM Liters X= (consumption * km) /100 //X- fuel liters for passing km kilometers COST= X * price 100 consumption Km X In the main() method of the public class o Create an array of 5 cars o Create manual instance for every array element o Using the FOR loop, for every array element, display the name, fuel and car consumption o Find the car that will spent 800 km with least cost. The output message should be similar to this example: You will pass 800 km with least money if you drive Citroen c1. It will cost you 2350 den. in JAVA
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY