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 =. 

  1. Declare the two integers that will be used throughout this code.
  2. Use the function learned in the previous lab to display a message on the screen that prompts the user to enter the variables.
  3. Use a function to read the two variables that were written by the user.
  4. 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

1 Expert Approved Answer
Step: 1 Unlock

Heres an example in Python that covers the requirements youve mentioned python Func... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Network Questions!