photo

SAYANTAN BHANJA


Last seen: 대략 4년 전 2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


What's wrong in it?
Write a function called smallest_multiple that returns a uint64, the smallest positive number that is evenly divisible by all o...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


WHY IT IS WRONG?
Write a function called halfsum that takes as input an at most two-dimensional array A and computes the sum of the elements of A...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


How to do it?
Write a function called halfsum that takes as input an at most two-dimensional array A and computes the sum of the elements of ...

대략 7년 전 | 답변 수: 3 | 0

3

답변

답변 있음
Error: Unexpected MATLAB expression.
function [TF]=fare(D,A) D=round(D); if(D<=1) FR=2; if(A<=17||A>=60) TF=(FR-(FR/5)) ...

대략 7년 전 | 0