Choose one of the automatically graded programming projects from Chapter 10 of the Liang textbook. Implement the project that you have chosen and discuss a

Choose one of the automatically graded programming projects from Chapter 10 of the Liang textbook. Implement the project that you have chosen and discuss any issues that arose in the process of completing it.

There is a single java program that contains all the code for your solution to the project using the naming convention of CMSC215Dis1[Last Name][First Name Initial] Include the Java code for your solution.

The deliverables for Discussion 1 are (1) an explanation of the design of the program, (2) explanation of lessons learned when implementing the task, and (3) an attached compiled and running java file — a single java file; not multiple java files. [Attaching a file with the output screen shots is an additional option.]

Note: There is no need to include a copy of the code in the post. It is a waste of computer memory and your fellow students’ time reviewing the post.

The prompts coded for the output should be user friendly. The prompt contains enough information in the prompt that lets the user know the format of the data that is entered. Including an overview of the purpose of the project would be a helpful option.

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

Mutex  locks and semaphores, as discussed in class, are different techniques to  solve the race condition and to ensure an efficient synchronization

Mutex  locks and semaphores, as discussed in class, are different techniques to  solve the race condition and to ensure an efficient synchronization  between cooperating threads and processes. you will use semaphores to  solve a number of synchronization problems between cooperating threads. important to note that: •  Semaphore, in literature, uses

(Financial application: compute the future  investment value) Write a method that computes future investment value  at a given interest rate for a

(Financial application: compute the future  investment value) Write a method that computes future investment value  at a given interest rate for a specified number of years. The future  investment is determined using the formula in Programming Exercise 2.21.  Use the following method header: public static double  futureInvestmentValue(double investmentAmount, double  monthlyInterestRate,

Task 2: Text Counter (USING JAVAFX) Develop a class TextCounter that extends javafx.scene.text.Text and implements Runnable. Your layout should appear

Task 2: Text Counter (USING JAVAFX) Develop a class TextCounter that extends javafx.scene.text.Text and implements Runnable. Your layout should appear similar to the image below.  Next, develop a class IntCounter that has an integer counter intialised to 0, and methods incrementCount, getCount and setCount.  For this application, create Start, Pause

Task 2: Text Counter (USING JAVAFX) Develop a class TextCounter that extends javafx.scene.text.Text and implements Runnable. Your layout should appear

Task 2: Text Counter (USING JAVAFX) Develop a class TextCounter that extends javafx.scene.text.Text and implements Runnable. Your layout should appear similar to the image below.  Next, develop a class IntCounter that has an integer counter intialised to 0, and methods incrementCount, getCount and setCount.  For this application, create Start, Pause