Prompt the user for a number x and output the sum of all numbers from 1 to x. If the number entered it less than zero, output an error message. Write a code in Java that will result like test case examples

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Prompt the user for a number x and output the sum of all numbers from 1 to x. If the number entered it less than zero, output an error message. Write a code in Java that will result like test case examples .
Test Case 6
Enter a positive, non-zero integer \n
1 ENTER
Sum of numbers from1 to 1 is 1 \n
Test Case 7
Enter a positive, non-zero integer \n
0JENTER
Hey, I said non-zero \n
Test Case 8
Enter a positive, non-zero integer \n
-1 ENTER
Hey, I said positive \n
Test Case 9
Enter a positive, non -zero integer|\n
-97403 ENTER
Hey, I said positive \n
Transcribed Image Text:Test Case 6 Enter a positive, non-zero integer \n 1 ENTER Sum of numbers from1 to 1 is 1 \n Test Case 7 Enter a positive, non-zero integer \n 0JENTER Hey, I said non-zero \n Test Case 8 Enter a positive, non-zero integer \n -1 ENTER Hey, I said positive \n Test Case 9 Enter a positive, non -zero integer|\n -97403 ENTER Hey, I said positive \n
Test Case 1
Enter a positive, non-zero integer \n
5 ENTER
Sum of numbers from
to 5 is 15 \n
Test Case 2
Enter a positive, non-zero integer \n
500 ENTER
Sum of numbers from 1 to 500 is 125250 \n
Test Case 3
Enter a positive, non-zero integer \n
4000 ENTER
Sum of numbers from 1 to 4000 is 8002000 \n
Test Case 4
Enter a positive, non-zero integer \n
22 ENTER
Sum of numbers from 1 to 22 is 253 \n
Test Case 5
Enter a positive, non-zero integer \n
Transcribed Image Text:Test Case 1 Enter a positive, non-zero integer \n 5 ENTER Sum of numbers from to 5 is 15 \n Test Case 2 Enter a positive, non-zero integer \n 500 ENTER Sum of numbers from 1 to 500 is 125250 \n Test Case 3 Enter a positive, non-zero integer \n 4000 ENTER Sum of numbers from 1 to 4000 is 8002000 \n Test Case 4 Enter a positive, non-zero integer \n 22 ENTER Sum of numbers from 1 to 22 is 253 \n Test Case 5 Enter a positive, non-zero integer \n
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education