Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This is all one problem so I need all the answers and you do not have to do the bonus or optional parts. I need
This is all one problem so I need all the answers and you do not have to do the bonus or "optional" parts. I need it in java. Thank you!
Part 1 In a class called Stats (template is provided), given a text file of doubles (see this lab's Canvas page for a sample file). write a program that determines the average, the maximum, the minimum and how many numbers are in the following buckets: less than 0, between 0 (inclusive) and 100 (exclusive), and greater than or equal to 100. Your program should print the following message to another file called "fileOut.txt": Statistics for the numbers in fileIn.txt: average:Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started