Page 1 of 1

Write the code for a function named windowOne that has two float input parameters and returns a float value. The functi

Posted: Sat May 14, 2022 8:08 pm
by answerhappygod
Write the code for a function named windowOne that has
two float input parameters and returns a float value. The
function should compute and return the area of a triangle
determined by the two inputs. Area of a triangle is 1/2 times
the base times the height. No need to call the function or
put it in a sketch file, just write the code.