photo

Kurt Cantrell


Last seen: 約2ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
C, R, MATLAB, Arduino, Assembly, VHDL
Spoken Languages:
English

統計

  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

4ヶ月 前

解決済み


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

8ヶ月 前

解決済み


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

8ヶ月 前

解決済み


Spherical Volume
Calculate the volume of a sphere.

8ヶ月 前

解決済み


Flip the bit
Given an input character string (e.g. '1001'), return a character string with the bits flipped ('0110').

8ヶ月 前

解決済み


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年以上 前