Sorry if my question isn't that clear. We usually write it like:
dim num as integer
Console.writeline("Input num")
num = console.readline()
How can you write that input num
and the value on num
on the same line, what I wrote will do it on two different lines...