jbarrette2398 jbarrette2398 15-05-2023 Computers and Technology contestada Laquan is writing a program to calculate the perimeter of a rectangle, based on this formula:P = 2l + 2wThe program starts with this code:length ← 120width ← 13What lines of code successfully calculate the perimeter?