Activity 2.1
Starter Code
-- Example 1
print("Hello World")
-- Example 2
print("AP Computer Science Principles")
-- Example 3
a21problem1.lua
-- Problem 1
print("Problem 1")a21problem2.lua
-- Problem 2
print("Problem 2")a21problem3.lua
-- Problem 3
print("Problem 3")a21problem4.lua
-- Problem 4
print("Problem 4")Last updated
Was this helpful?