1. Write a program that does the following: - reads an unspecified number of integers - determines how many positive and negative values have been read - computes the total and average of the input values (not counting zeros). Your program ends with the input 0. Display the average as a floating-point number. If the entire input is 0, the program displays "No numbers are entered except 0". Here is a sample run: Enter integers ending with 0: 1 2 1 3 0 The number of positives is 3 The number of negatives is 1 The total is 5 The average is 1.25

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
1. Write a program that does the following:
- reads an unspecified number of integers
- determines how many positive and negative values have been read
- computes the total and average of the input values (not counting zeros).
Your program ends with the input o.
Display the average as a floating-point number.
If the entire input is 0, the program displays "No numbers are entered except 0".
Here is a sample run:
Enter integers ending with 0: 1 2 -1 3 0
The number of positives is 3
The number of negatives is 1
The total is 5
The average is 1.25
2. A pentagonal number is defined as n(3n-1)/2 for n = 1, 2, . . ., etc.. Therefore,
the first few numbers are 1, 5, 12, 22, .. . . Write a method with the following
header that returns a pentagonal number:
public static int getPentagonalNumber(int n)
For example, getPentagonalNumber(1) returns 1
and getPentagonalNumber(2) returns 5. Write a test program that uses this method
to display the first 100 pentagonal numbers with 10 numbers on each line.
Numbers are separated by exactly one space.
Transcribed Image Text:1. Write a program that does the following: - reads an unspecified number of integers - determines how many positive and negative values have been read - computes the total and average of the input values (not counting zeros). Your program ends with the input o. Display the average as a floating-point number. If the entire input is 0, the program displays "No numbers are entered except 0". Here is a sample run: Enter integers ending with 0: 1 2 -1 3 0 The number of positives is 3 The number of negatives is 1 The total is 5 The average is 1.25 2. A pentagonal number is defined as n(3n-1)/2 for n = 1, 2, . . ., etc.. Therefore, the first few numbers are 1, 5, 12, 22, .. . . Write a method with the following header that returns a pentagonal number: public static int getPentagonalNumber(int n) For example, getPentagonalNumber(1) returns 1 and getPentagonalNumber(2) returns 5. Write a test program that uses this method to display the first 100 pentagonal numbers with 10 numbers on each line. Numbers are separated by exactly one space.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY