Write a program that reads from the user two integers of three digits each. The program finds the sum of the same placed digits of the two numbers and combine them in one number. For example, if the user enters 732 and 251, then the resulting integer will be 983:

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter4: Making Decisions
Section: Chapter Questions
Problem 7E: Write a program named GuessingGame that generates a random number between 1 and 10. (In other words,...
icon
Related questions
Question
We need to use java program I need to solve this question quickly
Write a program that reads from the user two integers of three digits each. The program finds the sum of
the same placed digits of the two numbers and combine them in one number.
For example, if the user enters 732 and 251, then the resulting integer will be 983:
2+1=3
3+5=8
7+2=9
If the sum is greater than 9, then the corresponding digit will be the rightmost digit of this sum. For
example, if the user enters 732 and 291, then the resulting integer will be 923:
2+1=3
3+9= 12 so the digit will be 2
7+2=9
Your program should display an error message if the user enters negative numbers or numbers formed of
more/less than three digits each.
Sample runl:
Enter twO pes
of thi
A85 112
111
The resulting integer
Sample run2:
Enter two positive integers of three digits each: T63|960
763
961
The resulting integer is: 624
ctivate
Sample run3
Enter two positive integers of three digits each:
Your input is not valid!
o to Settir
e here to search
68 F Mostly clear
Transcribed Image Text:Write a program that reads from the user two integers of three digits each. The program finds the sum of the same placed digits of the two numbers and combine them in one number. For example, if the user enters 732 and 251, then the resulting integer will be 983: 2+1=3 3+5=8 7+2=9 If the sum is greater than 9, then the corresponding digit will be the rightmost digit of this sum. For example, if the user enters 732 and 291, then the resulting integer will be 923: 2+1=3 3+9= 12 so the digit will be 2 7+2=9 Your program should display an error message if the user enters negative numbers or numbers formed of more/less than three digits each. Sample runl: Enter twO pes of thi A85 112 111 The resulting integer Sample run2: Enter two positive integers of three digits each: T63|960 763 961 The resulting integer is: 624 ctivate Sample run3 Enter two positive integers of three digits each: Your input is not valid! o to Settir e here to search 68 F Mostly clear
Expert Solution
steps

Step by step

Solved in 3 steps with 2 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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
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