photo

June Keller


HCCS

Last seen: 6 meses hace Con actividad desde 2018

Followers: 0   Following: 0

Mensaje

Instructor

Estadística

All
  • Promoter
  • Solver
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Resuelto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace