Console.WriteLine("boom");
void area(int side1,int side2)
Console.WriteLine("THE AREA IS "+(side1*side2)+" and is a square");
bool pong(int jump1, int jump2)
string writer = "the takeof is lower";
writer = "the takeof is going higher";
Console.Write(Math.Abs(jump2-jump1));