Community Profile

photo

Roy


Last seen: 2 years ago Active since 2021

Statistics

  • Solver

View badges

Content Feed

View by

Solved


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

2 years ago

Solved


Return area of square
Side of square=input=a Area=output=b

2 years ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

2 years ago

Solved


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

2 years ago