Community Profile

photo

Mohammad Abouali


Michigan State University

Attivo dal 2012

Followers: 0   Following: 0

Contatto

Statistiche

All
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • 6 Month Streak
  • Thankful Level 3
  • Pro
  • Knowledgeable Level 5
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

oltre 7 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

circa 8 anni fa

Risolto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

quasi 9 anni fa

Risolto


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 ...

quasi 9 anni fa

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

quasi 9 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

quasi 9 anni fa

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

quasi 9 anni fa