Community Profile

photo

Darshana Unnikrishnan


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Solver

View badges

Feeds

View by

Solved


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

2 years ago

Solved


Error handling
If the input is a negative number, generate an error. Otherwise, return the number.

2 years ago

Solved


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

2 years ago