Question:

Help with Java Programming

by  |  earlier

0 LIKES UnLike

I need help with java programming.The program is to ask the user for which court he wants to choose(street soccer, basket ball, tennis and badminton). Also must prompt for how long he wants to use and wants to rent any other materials (soccer ball, basket ball, racket, tennis bat & ball, shuttle c**k and locker). i tried using Methods, If-else, buttons, loops, and arrays but i could not get it. can some one help? thx.

 Tags:

   Report

1 ANSWERS


  1. You could use an array of objects to do this.  

    Start with how you will store information, creating a private class for this helps.  Once you have this data structure set up, use another class to modify your data structure as needed.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.