Page 1 of 1

te a Java program to place order and set appointment for delivery of goods or services from a iness of your choice (rest

Posted: Thu Jul 14, 2022 2:17 pm
by answerhappygod
Te A Java Program To Place Order And Set Appointment For Delivery Of Goods Or Services From A Iness Of Your Choice Rest 1
Te A Java Program To Place Order And Set Appointment For Delivery Of Goods Or Services From A Iness Of Your Choice Rest 1 (142.78 KiB) Viewed 37 times
te a Java program to place order and set appointment for delivery of goods or services from a iness of your choice (restaurant, grocery, mobile pet spa, mobile car detailer, home cleaning, home ir/improvement, mobile car repair, etc....). *Note: JDatePicker Swing library can be used in this on, but not required. - The program should prompt the user to select products or services and appointment or delivery date, and time based on business operation time. - The program should display the user selection on screen. - The program should output the order summary and appointment in a text file. - The program should contain the following technical components: - Comments: Document your code, program purpose (15 points) - Appropriate data type (int, double, long, float...). (10 points) - Variables: name and use variables, accordingly, reference the variables, include in blocks. (10 points) - Switch statements (10 points): Adequate "Options" menu and selection. - 2 or more controlled statement (If, If-else, While, Do-while, Range-based, forloop) (20 points). - Operators: order precedence, functionality in arithmetic, logical and all parameters (20 points) - Class: incorporate at least 2 classes in the program (10 points). - Objects and methods: create objects, constructor and use methods to access these objects. ( 30 points). - Arrays: include an array, 1 or more dimension is acceptable. (20 points). - Control access to class members: (10 points) - Inheritance: allows one class to incorporate another class into its declaration using inheritance. (10 point) - Import packages: Include packages to streamline development. (10 points) - Implement interfaces: at least more than one interface in the program ( 20 points). - Efficiency and performance: consider design concepts into the program (5 points). 1 - Bonus: Integration of UI using Swing (extra 20 points). 5 Total: 200 points without bonus. Bonus will be added to the needed area.