Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Programming (https://www.askmehelpdesk.com/forumdisplay.php?f=437)
-   -   Variables in programming (https://www.askmehelpdesk.com/showthread.php?t=376348)

  • Jul 16, 2009, 10:05 AM
    andyhaus1057
    variables in programming
    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?
  • Jul 16, 2009, 11:36 AM
    Perito

    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.
  • Oct 17, 2010, 01:29 PM
    karilynngodd
    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.