Ask Question
20 July, 19:00

Based on the following pseudo-codes, if the value of num1 is 6 and the value of num2 is 8, then which of the following is the final output?

if (num1 is an even number) then

{

If (num1 is a positive number and num2 is an odd number) then

{

Display "Path 1"

}

If (num2 is an even number and num1 is larger than 3) then

{

Display "Path 2"

}

}

Else

{

Display "No path"

}

+3
Answers (1)
  1. 20 July, 22:48
    0
    Do any of u have an answer
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Based on the following pseudo-codes, if the value of num1 is 6 and the value of num2 is 8, then which of the following is the final output? ...” 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