photo

Udit06


Last seen: 1日 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Solver
  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

バッジを表示

Feeds

表示方法

解決済み


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

1日 前

解決済み


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input is n=4 th...

1日 前

解決済み


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

1日 前

解決済み


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

1日 前