• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Help with fundamentals of programming

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
need this task for airline company including ( menu with book economy or business or first class with a price for teenagers, adults, and children +book hotels + book trips + offers + bill ). using java

Complete the following tasks for the Application:

Include a user menu (data-driven menu is required) with a selection control structure such as switch statement which allows program users to choose or select options.
Include at least 2 (two) simple iteration control structures (for, while and do-while statements).
Use at least 2 (two) arrays to add and retrieve data as well as traverse, search and sort the values in the array for use in a business solution.
Include at least 2 (two) common built-in functions making use of Java Utilities such as String and Math etc.
Include at least 5 (five) user defined methods/functions with each performing a unique functionality.
Use of control structures in combination with user defined functions to solve problems.
Write source code which follows best practices in naming conventions with use of comments to improve code readability and organization.
 
Bartender
Posts: 242
27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which parts do you need help with? What have you tried so far?
 
maryam Saeed
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Zachary Griggs wrote:Which parts do you need help with? What have you tried so far?


to be honest with you, every time I try to do it gives me error , please help me and do it for me, there are no time
 
Ranch Hand
Posts: 468
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The question seems kind of broad here and I'm not sure what you're trying to do or what you need help with.  

Did you try writing a pseudo code or making a UML design of what you're trying to do?   Maybe if you show us that, we can offer a bit more input.
 
Sheriff
Posts: 17734
302
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

maryam Saeed wrote:please help me and do it for me, there are no time


Sorry, we don't do that here. Your work is yours to do, not ours. If you have specific questions, please feel free to post it along with the relevant code that you've written.
 
reply
    Bookmark Topic Watch Topic
  • New Topic