Question: Design and implement, using Java FX, an application that reads data from a file, analyzes the data, and visualize data-summary in an interactive chart. The
Design and implement, using Java FX, an application that reads data from a file, analyzes the data, and visualize data-summary in an interactive chart. The program should do the following: a. Read data from file (a grid of at least 3 columns and 10 rows) b. Display data in GUI. The data must be editable. c. Analyze data (obtain descriptive statistics including min, max, and average for each column of data) d. Display descriptive statistics in an interactive chart (i.e., the contents of the chart change as the displayed data change). e. Store edited data in a file. Create a UML class diagram of the application.
I NEED THE FULL CODE PLEASE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
