0
Write a function that takes the base and height of a triangle and return its area.Using c#, nested for loop
Sample Output: Base: 3 Height: 2 Area of the triangle: 3 Base: 7 Height: 4 Area of the triangle: 14
1 Respuesta
+ 3
Jumong , before we can help you, you should show us your attempt first. if you have not done a try by yourself upto now, please do so. Put your code in playground and link it here. Thanks!