Question: Create a console application that accepts user input for integer x. Also, the application should accept a user input for which sum to calculate. The
Create a console application that accepts user input for integer x. Also, the application should accept a user input for which sum to calculate. The two sums are for Powers and Harmonics. This sums should be calculated in a separate method call. If the user selects Powers use the following equation:
Px = 12 + 22 + 32 + 42 X2
Using a loop add up all of squares for values between 1 and X. If the user selects Harmonics use the following equation:
Hx = 1/1 + + 1/3 + 1/X.
Using a loop add up all quotients for values between 1 and X.
Book: IT Analysis Design & project Management 11ed
***I need please Eclipse screen shots answers ***
step1: analyze the problem
step 2: develop a solution
step 3: code the solution
step 4: test and correct the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
