Need help creating this project. I already have the codeSecond opinion] Hi there need help creating this project. I already have the code written, just need to write the 2nd and 3rd part of the delivables. Please see attached… read more
LogicPro
Engineer
Bachelor of Technology
35,229 satisfied customers
Write the program that solve the problem below. Program:Hello, write the program that solve the problem below.Program: java Due: June, 5Problem: CoffeeDesign and implement a program that manages coffees. First, implement an abstract class named Coffee. The… read more
LogicPro
Engineer
Bachelor of Technology
35,229 satisfied customers
Your second program, cafe.py, should allow the user to orderYour second program, cafe.py, should allow the user to order multiple drinks from a set menu. We have already programmed the if/elif/else portion in class, which is a large amount of this assignment. … read more
LogicPro
Engineer
Bachelor of Technology
35,229 satisfied customers
Need help. I need to create a program using eclipse or java.Write a program that interacts with the user via the console and lets them choose options from a food menu by using the associated item number. It is expected that your program builds an representing the food order to be displayed at the end. (See Sample Run Below).Please note: Each student is required to develop their own custom menus, with unique food categories, items and toppings.The program should begin by greeting the user with the following statement: Welcome to the food festival! Would you like to place an order?The only valid inputs are “Yes” and “No” (case insensitive). Other input should not be allowed, and the user should be prompted again for a “Yes” or “No” input as follows: Would you like to place an order?If the user responds “NO” (case insensitive), the user should be thanked as follows: Thank you for stopping by, maybe next time you'll sample our menu.If the user responds “YES” (case insensitive), the user should be asked their name as follows: What is your name for the order? The user's name should be saved in a variable to be used later.The user should now be prompted to select from a menu of options as follows: Select from menu, : 0 - Nothing 1 - Appetizer 2 - Main Course 3 - Dessert Enter the number for your selection:The menu should then be displayed with each option having a number that will be used for the selection process. (See Sample Run Below)All menus should include at least 3 items each in addition to 0 representing nothing selected. When a selection is made the submenu should be presented until the Toppings menu is reached. That menu should be repeatedly offered to the user until 0 is selected as an option for that category. When 0 is selected as an option for a menu, the menu at the previous level should then be presented. For the top level menu shown above, a selection of 0 should result in ending the application and displaying the following:Here is your order, : Enjoy your meal! Example: If the user selects 1 for Appetizer, the Appetizer Menu should be presented as follows: Appetizer Menu: 0 - Nothing 1 - Oysters 2 - Grilled Octopus 3 - Hummus Enter the number for your appetizer selection: 1If the user selects an appetizer, the Toppings Menu should be presented as follows: Toppings Menu: 0 - Nothing 1 - Olive Oil 2 - Paprika 3 - Olives Enter the number for your topping selection: 2The toppings menu should now be be presented again for the user: Toppings Menu: 0 - Nothing 1 - Olive Oil 2 - Paprika 3 - Olives Enter the number for your topping selection: 0The appetizer menu should now be presented again: Appetizer Menu: 0 - Nothing 1 - Oysters 2 - Grilled Octopus 3 - Hummus Enter the number for your appetizer selection: 0The top level menu should now be presented again: Select from menu, : 0 - Nothing 1 - Appetizer 2 - Main Course 3 - Dessert Enter the number for your selection: 0… read more
LogicPro
Engineer
Bachelor of Technology
35,229 satisfied customers
Create a program that will display a menu to the user. TheCreate a program that will display a menu to the user. The choices should be as follows: 1) 1) Enter 5 student grades 2) Show student average (with the 5 grades) 3) Save grades (save the 5 grades only… read more
LogicPro
Engineer
Bachelor of Technology
35,229 satisfied customers
Write a program that obtains two integer numbers from the user.Write a program that obtains two integer numbers from the user. It will print out the sum of those numbers. Pseudo code: Prompt the user to enter the first integer Prompt the user to enter a second in… read more
ATLProg
Sr Software Engineer
Master's Degree
1,448 satisfied customers
Create a program that decodes messages. The messages will beCreate a program that decodes messages. The messages will be encoded using a Caesar cipher, with each letter being decoded by replacing it with the previous letter in the alphabet. The message: J MPWF… read more
Raj
SAP ABAP Consultant
Master's Degree
365 satisfied customers
Needs to be completed in Java with netbeans. A companyNeeds to be completed in Java with netbeans. A company hires you to write a program to track hourly employee arrival and departure times from work. In essence, you are tasked to make an online time cl… read more
LogicPro
Engineer
Bachelor of Technology
35,229 satisfied customers
The program will provide output data file for the selectedThe program will provide output data file for the selected weather balloon's performance. User will select the weather balloon and the program will provide the table in the output data file with time,… read more
Ingo U
Master's Degree
279 satisfied customers
I need to create a employee time clock in java using netbeansI need to create a employee time clock in java using netbeans IDE 7.3.1 The timeclock needs to have a Main Screen that displays 4 options: A) Add New Employee – Displays new employee screen B) Punch I… read more
LogicPro
Engineer
Bachelor of Technology
35,229 satisfied customers
I need to code a program that tracks hourly employeeI need to code a program that tracks hourly employee arrival/departure from work. The program needs to be coded in NetBeans. The deadline is 11/3/13 at 11:59 EST. Any help is appreciated. Thank you. A… read more
I had to write a program that obtains two integer numbers fromI had to write a program that obtains two integer numbers from the user. It will print out the sum of those numbers. In this project, create the pseudo code for the following request. The Pseudo code … read more
ATLProg
Sr Software Engineer
Master's Degree
1,448 satisfied customers
Exercise 7: Drink Machine SimulatorThe purpose of thisExercise 7: Drink Machine Simulator The purpose of this exercise is to give you practice with abstract data types, namely structures and arrays of structures. Write a program that simulates a soft dri… read more
ATLProg
Sr Software Engineer
Master's Degree
1,448 satisfied customers
General Coding Information The following should be adheredGeneral Coding Information The following should be adhered to when coding your Java files: 2. Ensure that all code is appropriately documented with comments such that the marker can determine the purp… read more
LogicPro
Engineer
Bachelor of Technology
35,229 satisfied customers
Program Description Your program will display (see the sampleProgram Description Your program will display (see the sample output) the following menu at startup and will continue to do so, after it executes the user's choice to add, delete or show passengers, u… read more
LogicPro
Engineer
Bachelor of Technology
35,229 satisfied customers
I have some programming problems in Java... 5-2a. Write anI have some programming problems in Java... 5-2a. Write an application for a furniture company; the program determines the price of a table. Ask the user to choos 1 for pine 2 for oak, or 3 for mahoga… read more
LogicPro
Engineer
Bachelor of Technology
35,229 satisfied customers
I have an assignment I want it to be completeAsking forI have an assignment I want it to be complete CS 1181 - Fall 2012 - Assignment 10 - Due Date Nov 30, 2012 Reading: Moodle: Introduction to Structures Programming Assignment Asg10a.cpp Upload a text fi… read more
LogicPro
Engineer
Bachelor of Technology
35,229 satisfied customers
Disclaimer: Information in questions, answers, and other posts on this site ("Posts") comes from individual users, not JustAnswer; JustAnswer is not responsible for Posts. Posts are for general information, are not intended to substitute for informed professional advice (medical, legal, veterinary, financial, etc.), or to establish a professional-client relationship. The site and services are provided "as is" with no warranty or representations by JustAnswer regarding the qualifications of Experts. To see what credentials have been verified by a third-party service, please click on the "Verified" symbol in some Experts' profiles. JustAnswer is not intended or designed for EMERGENCY questions which should be directed immediately by telephone or in-person to qualified professionals.