7# Finding maximum Edge of Triangle | Scratch Coding Practices & challenging Tasks
https://www.youtube.com/watc...Maximum Edge of a Triangle
Create a Code that finds the maximum range of a triangle's third edge, where the side lengths are all integers.
Examples
nextEdge(8, 10) ➞ 17
nextEdge(5, 7) ➞...
Home
/
Indie Game Developers/
Block Programming/
7# Finding maximum Edge of Triangle | Scratch Coding Practices & challenging Tasks