Comparing integers. Prompt the user for two integers and print the relationship they satisfy between the two integers. (python)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 30PE
icon
Related questions
Question

Comparing integers. Prompt the user for two integers and print the relationship they satisfy between the two integers. (python)

sample output

>Enter two integers, and I will tell youthe relationships they satisfy.

Please enter first integer: 37

Please enter second integer:42

37 is not equal to 42

37 is less than 42

37 is less than or equal to 42

 

>Enter two integers, and I will tell youthe relationships they satisfy.

Please enter first integer: 54

Please enter second integer: 17

54 is not equal to 17

54 is greater than 17

54 is greater than or equal to 17

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Random Class and its operations
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++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning