Md. Al-Imran Abir
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, MATLAB, SQL, Assembly
Spoken Languages:
English, Bengali
Pronouns:
He/him
Python, C++, C, MATLAB, SQL, Assembly
Spoken Languages:
English, Bengali
Pronouns:
He/him
Feeds
已解决
Calculate Angle From Axis
Given coordinates x and y, an axis ("X" or "Y"), and a direction ("cw" or "ccw", meaning clockwise and counterclockwise, respect...
2 years 前
已解决
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...
2 years 前
已解决
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 前