Community Profile

photo

Siya Desai


Last seen: 約3年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
write a function called tri_area returns the area of a triangle with base b and height h
function function [area] = tri_area (b,h) tri_area = (0.5)*(b)*(h) code to call your function tri_area(2,3) %any...

約3年 前 | 0