Computer Science, asked by brainliestgirl86, 5 months ago


Dim x as integer, y as integer
x=45: y=2
Print x/y + x\y;
Print x MOD y
Output of the above mentioned code

a) 44.5 1
b) 44 1
c) 44.5 22
d) 44 22​

Answers

Answered by nirobbasakdt
0

Answer:

c make it brilliant

Similar questions