Answers for "input from the terminal in julia"

0

input from the terminal in julia

# use the function readline(). 


print("input from user: ")
x = readline()

$ input from user: APPLE

x = apple
Posted by: Guest on February-08-2022

Browse Popular Code Answers by Language