Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive, After the loop

write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive, After the loop terminates, it prints out, on a line by itself and separated by spaces,

the sum of all the even integers read,

the sum of all the odd integerss read,

a count of the number of even integers read, and a count of the number of oddintegers read,all separated by at least one space, Declare any variables that are needed. Assume the availability of a variable, stdin, that references a Scanner object associated with standard input.

(use while loop)

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

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions