Question: Paragraph Styles Step 3: Based on the values to the variables in Step 1, what is the expected output? Hint: The output will be either



Paragraph Styles Step 3: Based on the values to the variables in Step 1, what is the expected output? Hint: The output will be either what is printed to the screen, or nothing (Reference: Boolean Expressions and Relational Operators, page 126) The condition Expected Output If my Name == your Name Then display We have the same name End If If myAge >= yourAge Then display "I am older or equal to your age End If If myName != 'Katie" Then display "That is not my name End If If my Name == "Katie Then display "That is my name End If If myNumber == 17 Then display "My number is 17" End If If myNumber>=80 Then display "My number is 80 or more End If If your Number = votingAge Then display "You can vote End If If myAge
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
