a = 48*50
b = 55*45
if(a>b)
then
print("Class A has collected more funds")
elseif(b>a)
then
print("Class B has collected more funds")
else
print("Both classes have collected equal funds")
end
To embed this project on your website, copy the following code and paste it into your website's HTML: