Shandilya Kiran Bhatt
Followers: 0 Following: 0
Statistics
All
RANK
205.117
of 295.448
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
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...
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...
meer dan 4 jaar ago | 0
Answered
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...
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...
meer dan 4 jaar ago | 0