If you see Lucky, the C value in the 3rd line of the code is 12.
Create a program called "ll" and type this code in:
local random = math.random
A=random(1,2)+random(2,3)
B=random(3,4)+random(4,5)
C=A+B
if C==12 then print("Lucky!")
else print ("Unlucky!")
end
Edit 1: Bug fixed Edited by Lua.is.the.best, 20 March 2014 - 12:24 AM.












