Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program to allow the user to enter Customer details (CustName, address, email , CustID and WinCust).use one dimensional array. Create java class to

Write a program to allow the user to enter Customer details (CustName, address, email , CustID and WinCust).use one dimensional array.

Create java class to perform the following:

Prompt the user to enter the number of customers

Create the necessary methods to create the arrays and set the values

Create a method to search for a wining customer among the entered ones and do the following :

The customer is a wining customer if his/her name length equals 4 , save the wining customer in WinCust array.

Count and display the number of winning customer.

Create display method to display the details of the wining customers in reverse order.

In the controlling class, create object for the above class , read the input from the keyboard and

display the details as per the output

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

Relational Database Technology

Authors: Suad Alagic

1st Edition

354096276X, 978-3540962762

More Books

Students also viewed these Databases questions

Question

5. Have you stressed the topics relevance to your audience?

Answered: 1 week ago