Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can someone help write this in java Exercise #2: Design and implement a program (name it SumEven) that uses while loops to read an integer

can someone help write this in java image text in transcribed
Exercise #2: Design and implement a program (name it SumEven) that uses while loops to read an integer number between 20 and 60, then the program prints out the entered value followed by the sum of all even integer values between 2 and the entered number (including the entered value if even). Use a while loop to validate the user input before determining and printing the sum. Document your code and properly label the input prompt and the outputs as shown below. Sample run 1: Entered value: 20 Sum of even numbers between 2 and 20 is 110 Sample run 2: Entered value: 25 Sum of even numbers between 2 and 25 is 156 Sample run 3: Entered value: 60 Sum of even numbers between 2 and 60 is 930

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

Advanced Database Systems

Authors: Carlo Zaniolo, Stefano Ceri, Christos Faloutsos, Richard T. Snodgrass, V.S. Subrahmanian, Roberto Zicari

1st Edition

155860443X, 978-1558604438

Students also viewed these Databases questions

Question

(Appendix) What are sales returns? Why do sales returns occur? LO86

Answered: 1 week ago

Question

Conduct a needs assessment. page 269

Answered: 1 week ago