Community Profile

photo

Ahmet Cecen


Personal Account

Last seen: circa 2 mesi fa Attivo dal 2012

Followers: 0   Following: 0

Contatto

Statistiche

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

Visualizza badge

Feeds

Visto da

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

oltre 11 anni fa

Risolto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

oltre 11 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:...

oltre 11 anni fa