Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a Java Code.Until 0 is entered, build a script that takes the monthly income of families and calculates the average of those income. Compare

Write a Java Code.Until "0" is entered, build a script that takes the monthly income of families and calculates the average of those income. Compare the first income entered after "0" with the average.

NOTE: Your income will be integer but sum of them might be long.

Input Format

A single line containing positive integers

Constraints

NOTE: Your income will be integer but sum of them might be long.

Output Format

A single line shows the comparison with the given budget and the average. Your output must be the same as the given format below according to its position.

Your income is below average Your income is exactly average Your income is above average

Sample Input 0

4850 3650 6600 2890 3750 4200 9870 2320 0 4400 

Sample Output 0

Your income is below average

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

Big Data, Mining, And Analytics Components Of Strategic Decision Making

Authors: Stephan Kudyba

1st Edition

1466568704, 9781466568709

More Books

Students also viewed these Databases questions