Based on the values to the variables in Step 1, do these result in true or false statements?
myAge <= yourAge True?
yourAge > myAge False?
myAge = = 45 False?
yourAge = = votingAge True?
![]() |
Based on the values to the variables in Step 1, do these result in true or false statements?
myAge <= yourAge True?
yourAge > myAge False?
myAge = = 45 False?
yourAge = = votingAge True?
I don't know what the values are stored in MyAge or yourAge or votingAge (Step 1 is missing), so it's impossible to determine whether the comparisons will yield TRUE or FALSE.
Yes those are the correct answers. When you do these you need to say what the numbers are for each of them. I only got it because I looked at my lab book
All times are GMT -7. The time now is 07:11 PM. |