we are running a computer program the last few lines look like if n is
Question
We are running a computer program. The last few lines look like: : if (n is odd) and (n is divisible by 3) then value="“Hi everyone" : print value If the output you get is "Hi everyone", what can you say about the value of n? (b) If the output you get is “Hi Professor", what can we say about the value of n? (c) Assign variables to each statement in the first two lines given and write the complete if-then statement in symbolic logic notation. (d) Explain your answers in (a) and (b) in terms of the values of the truth table for the if-then statement.