Activity 2.10

Starter Code

print("Activity 2.10")

io.write("What is your name? ")
local name = io.read()
print("Hello, " .. name .. "!")

Last updated

Was this helpful?