Ask Question
4 May, 05:57

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

+4
Answers (1)
  1. 4 May, 09:56
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers