photo

Shandilya Kiran Bhatt


Last seen: 10개월 전 2020년부터 활동

Followers: 0   Following: 0

통계학

All
  • Community Group Solver
  • Solver
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
caesar cyphor encryption problem .
The code below is a long one but it is using a while loop and if you read it, it is an easy one and it is correct for any random...

4년 초과 전 | 0

답변 있음
Write a function called max_sum that takes v, a row vector of numbers, and n, a positive integer as inputs. The function needs to find the n consecutive elements of v whose sum is the largest possible.
You can also solve this question by using while loop if you don't know movsum function like me.Look at following code:- functi...

4년 초과 전 | 0