Computer Science, asked by ashi20064, 9 days ago

In small basic

num=7 Num1=Math.Remainder(num,2) If(Num1=1) Then TextWindow.Writeline(“correct answer”) Endif​

Answers

Answered by Hetcjoshi1684
0

Answer:

correct answer

Explanation:

the reason is as num = 7

remainder of 7/2 will be 1 and so num1 = 1

then the condition below will be fulfilled

Similar questions