Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

i need simple java code for this Data Structures Homework Write a Java program to display the number of words in the file. 1. A

image text in transcribed
i need simple java code for this
Data Structures Homework
Write a Java program to display the number of words in the file. 1. A text file, "honda. Ixt contains details of cars in a warehouse sample file given below Example: honda.txt CRV- 3 CV6787272 150000.00 20.0 MRV-1 MV9890202 180000.00 20.0 Civic CC9939390 82000.00 10.0 CRV- 3018393939 149000.00 20.0 The fields in the above columns are: Vehicle Name String Engine Number String Vehicle Price : double Profit double Create a class Car with the following fields: Vehicle Name String Engine NumberString Vehicle Price double Profit double Total Price double Note: The total price of each car is calculated as follows: Total Price - (Vehicle Price) +(Vehicle Price Profit/100) Create a test class with main method Create an array of Cars Create a Car object from the Car information in file "honda.txt" 1. Add the Car object to the array Display the information of the Car which has the a given engine number. (Hint: create a method to take array of cars as input and an engine number and prints the car information if found.) Write a method that multiplies two MXN 2D anays. If the multiplication is not possible, an error message is displayed (Hint: check input array dimensions)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Successful Keyword Searching Initiating Research On Popular Topics Using Electronic Databases

Authors: Randall MacDonald, Susan MacDonald

1st Edition

0313306761, 978-0313306761

More Books

Students also viewed these Databases questions

Question

Use a customer presentation card.

Answered: 1 week ago