Ask Question

Write an If ... Then statement that assigns 0 to intX when intY is equal to 20

+2
Answers (1)
  1. 15 December, 22:49
    0
    if int Y = 20 Then

    int X = 0

    End If

    Explanation:

    The Question says, when intY is equal 20

    So if intY is not 20, 0 cannot be assigned to intX

    and vice versa
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write an If ... Then statement that assigns 0 to intX when intY is equal to 20 ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers