photo

Fahmida Rahman


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How do you write a function for the area of a circle?
rad1 = input('Enter Radius of Circle 1'); area1 = CircleArea(rad1); disp(['Area of Circle1 = ' num2str(area1)]) rad2 = input(...

5 years 前 | 0