Ask Question
24 October, 15:42

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

+2
Answers (1)
  1. 24 October, 17:12
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers