Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Vrite a Java program that has the user enfer integer values, one after the other, until they enter the value Once the user enters -

Vrite a Java program that has the user enfer integer values, one after the other, until they enter the value Once the user enters -1, the program outputs the total and the average of all the values entered (not cluding the value -1). You may call the method "keyboard nextInt()" which returns the integer entered by e user on the keyboard. Here are two sample runs:
\table[[Sample Run #1:,Sample Run #1:],[Enter an,],[integer: 7,],[Enter an,],[integer: 13,],[Enter an,],[integer: 4,],[Enter an,],[integer: -1,],[The sum is 24.,],[The average is,],[8.,]],
\table[[integer: 50],[Enter an],[integer: 10],[Enter an],[integer: 30],[Enter an],[integer: 20],[Enter an],[integer: 60],[Enter an],[integer: 40],[Enter an],[integer: -1],[The sum is 210.],[The average is],[35.]]
image text in transcribed

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

Main Memory Database Systems

Authors: Frans Faerber, Alfons Kemper, Per-Åke Alfons

1st Edition

1680833243, 978-1680833249

More Books

Students also viewed these Databases questions

Question

Does graphite have a good cleavage?

Answered: 1 week ago

Question

Describe effectiveness of reading at night?

Answered: 1 week ago

Question

find all matrices A (a) A = 13 (b) A + A = 213

Answered: 1 week ago