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