Community Profile

photo

Abhijit


Virginia Polytechnic Institute & State University

Last seen: 7 months ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • Solver
  • First Review

View badges

Feeds

View by

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

4 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

4 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

4 years ago