Write a program that prompts the user to enter two integer numbers x and y. The program must check whether the sum of the numbers is equal to the second power of either x or y. In other words, x+y is equal to x' Or x+y is equal to y'. For example: - ifx-3 and y-6> x+y is equal to x-9 - if x=110 and y=11 x+y is equal to y=121 The user is allowed to enter two numbers for 10 times maximum. When the sum is equal to the second power of either x or y, the program outputs the sum and the number of tries. It also outputs "The numbers should be positive!" when either x or y is negative. Sample Run 1: Enter two integers: 13 6 Enter two integers: 2 -4 The numbers should be positive! Enter two integers: 11 12 Enter two integers: 15 23 Enter two integers: 7 3 Enter two integers: 3 6 Using java The numbers are 3 and 6, their sum is 9. The number of tries is 6 Sample Run 2: Enter two integers: 11 110 The numbers are 11 and 110, their sum is 121. The number of tries is 1

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 14E
icon
Related questions
Question
i need the answer quickly
Write a program that prompts the user to enter two integer numbers x and y. The program must check
whether the sum of the numbers is equal to the second power of either x or y. In other words, x+y is equal to
x' Or x+y is equal to y'. For example:
- ifx=3 and y-6→ x+y is equal to x-9
- if x=110 and y=11 x+y is equal to y=121
The user is allowed to enter two numbers for 10 times maximum. When the sum is equal to the second
power of either x or y, the program outputs the sum and the number of tries. It also outputs "The numbers
should be positive!" when either x or y is negative.
Sample Run 1:
Enter two integers: 13 6
Enter two integers: 2
-4
The numbers should be positive!
Enter two integers: 11
12
Using java
Enter two integers: 15 23
Enter two integers: 7
3
Enter two integers: 3
6
The numbers are 3 and 6, their sum is 9.
The number of tries is 6
Sample Run 2:
Enter two integers: 11 110
The numbers are 11 and 110, their sum is 121.
The number of tries is 1
Transcribed Image Text:Write a program that prompts the user to enter two integer numbers x and y. The program must check whether the sum of the numbers is equal to the second power of either x or y. In other words, x+y is equal to x' Or x+y is equal to y'. For example: - ifx=3 and y-6→ x+y is equal to x-9 - if x=110 and y=11 x+y is equal to y=121 The user is allowed to enter two numbers for 10 times maximum. When the sum is equal to the second power of either x or y, the program outputs the sum and the number of tries. It also outputs "The numbers should be positive!" when either x or y is negative. Sample Run 1: Enter two integers: 13 6 Enter two integers: 2 -4 The numbers should be positive! Enter two integers: 11 12 Using java Enter two integers: 15 23 Enter two integers: 7 3 Enter two integers: 3 6 The numbers are 3 and 6, their sum is 9. The number of tries is 6 Sample Run 2: Enter two integers: 11 110 The numbers are 11 and 110, their sum is 121. The number of tries is 1
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning