Question: Write code that uses an if statement to compare two variables and display all of the results that apply. The comparisons that are used should
Write code that uses an if statement to compare two variables and display all of the results that apply. The comparisons that are used should include the following: <,≤, >, ≥, ≠ and =.
- Declare the two integers that will be used throughout this code.
- Use the function learned in the previous lab to display a message on the screen that prompts the user to enter the variables.
- Use a function to read the two variables that were written by the user.
- Write an if statement that compares the two numbers to see if they are equal and displays the result.
- Write that if statement in the space provided.
Step by Step Solution
There are 3 Steps involved in it
Heres an example in Python that covers the requirements youve mentioned python Func... View full answer
Get step-by-step solutions from verified subject matter experts
