Advertisement
akosiraff

Download Subs Java

Feb 24th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/subs-java/
  3. At this point, you are ready to start developing Java code to ask questions on customer information and the sub that customers want to order. You are only concerned with
  4. the functionality to request and provide feedback on what the customer entered. Your main focus is on defining your classes and abstract classes and utilizing the concept of
  5. inheritance and polymorphism for the final sub the customer orders. You will first prompt for customer name and delivery address, like in this sample that prompts for the
  6. customer name:
  7. Then, you will prompt for the beverage, sub bread, sub type, and sub size.
  8. You should present a message echoing back all of the information that the customer entered, similar to example presenting the customer’s name with a message:
  9. Make sure you prompt for these four attributes (beverage, bread, type, and size) that you will need to request from the customer to define for the final sub and beverage
  10. selection. Also, be sure to comment all of your code to demonstrate that you understand what the code is doing.
  11. Download: http://solutionzip.com/downloads/subs-java/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement