Write down the output of the following program. (press Control Enter to proceed)

Q.1

⚽ k =

score:

x = 1
y = 2
for i = 1 to 3 [
	x = x+1
	k = x*y
]

x = 1
y = 2
repeat [
	y = y+2
	k = k+y
] until k>10