Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with this java program,sould be run complete without syntax,need the main class , the controller , XML file GUI and test class

I need help with this java program,sould be run complete without syntax,need the main class ,the controller ,XML file GUI and test class ? Statisticians use the concept of mean and standard deviation to describe a collection of data. The mean is the average value of the items, and the standard deviation measures the spread of dispersal of the numbers about the mean. Formally, if X1, X2, X3,..Xn is a collection of data then:mean and standard deviationA college professor would like to use the curving method to assign grades to his course. Using Java 8 streams and lambda functions, implement code to do the following:A standalone Java class called GradeAnalyzer has methods to read a set of grades into an internal relevant data structure from a flat file.Has a public method that enables the user of this class to calculate: (i) mean (m)(ii) standard deviation (s) of the exam scores using Java 8 Streams this approach must be used to get credit.A public method that enables the user to assign letter grades to each exam score (ES), as follows: ES > m +1.5s A m +.5s < ES < m +1.5s B m -.5s < ES < m +.5s C m -1.5s ES < m -.5s D ES < m 1.5s F For example, if m were 70 and s were 12, then grades of 88 or above would receive As, grades between 76 and 87 would receive Bs, and so on.Create a JavaFX GUI application that uses the GradeAnalyzer class to display the grade distribution and letter grade for the given set of grades. To get credit, you must use a Controller class and .fxml file as taught in class. A sample GUI form is shown on the next page. Use the test data shown to test your program.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual Basic 2008 Comprehensive Concepts And Techniques

Authors: Gary B. Shelly, Corinne Hoisington

1st Edition

1423927168, 978-1423927167

More Books

Students also viewed these Databases questions