You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//? This program finds the perimeter of a rectangle given the lengths of its sides(length and width). The formula for the perimeter of a rectangle is: perimeter = 2 * (length + width)