0
Create a menu of programs that will compute for the perimeter of the following plane figures : [t] triangle,
how to turn this into code?
1 Respuesta
+ 1
Input 3 sides of triangle. Add them up. Output this sum; it is the perimeter.
how to turn this into code?