photo

Abdurasul Choriyorov


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Write a function to calculate the area of a circle
function area = areaCircle(r) for c = 1:length(r) if r(c)>=0 area = pi.*r.^2; else b = r<0; ...

4 years ago | 0