Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Chapter 6 Exercise 2 (5 points) Write a method called evenNumbers that accepts a Scanner reading input from a file with a series of integers,

image text in transcribed

Chapter 6 Exercise 2 (5 points) Write a method called evenNumbers that accepts a Scanner reading input from a file with a series of integers, and report various statistics about the integers to the console. Report the total number of numbers, the sum of the numbers, the count of even numbers and the percent of even numbers. For example, if the input file contains the following text: 5728 9 10 12 98 7 14 20 22 Then the method should produce the following console output: 12 numbers, sum = 214 8 evens (66.67%)

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

Step: 3

blur-text-image

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

Knowledge Discovery In Databases

Authors: Gregory Piatetsky-Shapiro, William Frawley

1st Edition

ISBN: 0262660709, 978-0262660709

More Books

Students also viewed these Databases questions