6# Find the Perimeter of a Rectangle | Scratch Coding Practices & challenging Tasks
https://www.youtube.com/watc...Find the Perimeter of a Rectangle
Create a Code that takes length and width and finds the perimeter of a rectangle.
Formula:
(lenght+width)*2
Examples
findPerimeter(6, 7) ➞ 26
findPerime...
Home
/
Indie Game Developers/
Block Programming/
6# Find the Perimeter of a Rectangle | Scratch Coding Practices & challenging Tasks