Write a program that prompts the user to enter an integer (n) and a sum value (s). The program checks the value of (n + n), if it is less than or greater than the entered sum (s), the program finds the needed value to be added to or subtracted from (n + n) in order to reach the given sum (s) and displays it, otherwise it displays that n+n= sum.

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 13E
icon
Related questions
Topic Video
Question
Please solve this question in java language
Write a program that prompts the user to enter an integer (n) and a sum
value (s). The program checks the value of (n + n), if it is less than or
greater than the entered sum (s), the program finds the needed value to
be added to or subtracted from (n + n) in order to reach the given sum
(s) and displays it, otherwise it displays that n +n=sum.
Sample Run1:
Enter an integer: 5
Enter a
sum: 25
You need to add 15 to reach the sum.
Sample Run2:
Enter an integer: 8
6.
Enter a
sum:
You need to subtract 10 to reach the sum.
Sample Run3:
Enter an integer:
7
Enter a
sum:
14
7 + 7 =
14.
Transcribed Image Text:Write a program that prompts the user to enter an integer (n) and a sum value (s). The program checks the value of (n + n), if it is less than or greater than the entered sum (s), the program finds the needed value to be added to or subtracted from (n + n) in order to reach the given sum (s) and displays it, otherwise it displays that n +n=sum. Sample Run1: Enter an integer: 5 Enter a sum: 25 You need to add 15 to reach the sum. Sample Run2: Enter an integer: 8 6. Enter a sum: You need to subtract 10 to reach the sum. Sample Run3: Enter an integer: 7 Enter a sum: 14 7 + 7 = 14.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Instruction Format
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