Soma da area do triangulo

This commit is contained in:
Carlos cristovao guerreiro scantbelruy 2022-10-28 07:53:32 -04:00
parent 64a0fe7999
commit c630beae8c

View File

@ -1,3 +1,3 @@
export function triangleArea(base, height) {
// your code here
return (base*height)/2
}