Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 2: Makes10 Write a program that has the class name Makes10. The program should ask the user to enter two integers. .The program should

image text in transcribedimage text in transcribed

Problem 2: Makes10 Write a program that has the class name Makes10. The program should ask the user to enter two integers. .The program should determine whether the two integers sum up to 10 or if one of them is 10. Based on whether the integers sum up to 10 or one of them is 10, print out the appropriate message Sample runs are provided for you below. Format your output to match the sample output. . First, number: -10 Second number: 20 -10 20 sums up to 10 Neither number is 10 First number: 10 Second number: 33 Does not sum up to 10 One number is 10 First number: 10 Second number: 0 10 0 sums up to 10 One number is 10 First number: 3 Second number: 12 Does not sum up to 10 Neither number is 10

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

Database Principles Programming And Performance

Authors: Patrick O'Neil, Elizabeth O'Neil

2nd Edition

1558605800, 978-1558605800

More Books

Students also viewed these Databases questions

Question

Discuss consumer-driven health plans.

Answered: 1 week ago