Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Create a program with multi-dimensional List to store customer details (customerId,
customerName, customerAddress).
This program to search the customer based on the customerName from a given array.
Note: use Binary search and Insertion sort algorithm.

 Create a constructor to initialize size of customer details for five customers.
 Create customer method which takes the array of customer elements (sorted as a
customerName).
 Create a method to getCustomer(customerId) method which will return the customer
details as a List.
 Create a method to sortCustomer() method which will return the array in a sorted
order based on customer city.


What I have tried:

solve this code i am not even able to write the single line of this...can u solve this question..give a proper code...plzzz
Posted
Updated 9-Apr-22 20:02pm
Comments
Patrice T 10-Apr-22 0:37am    
Have a talk with your teacher.

Nope. We're not here to do your work for you.

Any attempt to get someone to write your code for you will result in a failing grade for you.
 
Share this answer
 
While we are more than willing to help those that are stuck, that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for us to do it all for you.

So we need you to do the work, and we will help you when you get stuck. That doesn't mean we will give you a step by step solution you can hand in!
Start by explaining where you are at the moment, and what the next step in the process is. Then tell us what you have tried to get that next step working, and what happened when you did.

If you are having problems getting started at all, then this may help: How to Write Code to Solve a Problem, A Beginner's Guide[^]
 
Share this answer
 
Quote:
can u solve this question..give a proper code...plzzz

Yes I can solve it.
If you are learning how to beg, you are on good track.
If you are learning programming, you have to know that it is like learning read/write, no one can learn it for you, only practice will help you.
One learn programming by trial and error.
Quote:
i am not even able to write the single line of this...

You need to go back to Java 101 or talk to your teacher.

Advice : Learn one or more analyze methods, E.W. Djikstra/N. Wirth Stepwize Refinement/top-Down method is a good start.
Structured Programming.pdf[^]
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]
Program Development by Stepwise Refinement[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900