Solved


Subtraction
Given two numbers a and b subtract them

6 months ago

Solved


Multiplication
Given 2 numbers a and b mulitply them

6 months ago

Solved


Division
Given two numbers a and b divide them a/b

6 months ago

Solved


Remainder
Given two number a and b find the remainder when you divide a by b

6 months ago

Solved


Prime Number
Determine if a number is prime

6 months ago

Solved


Find the mean
Find the mean of a given sdet of numbers in a vector x

6 months ago

Solved


Mode
Find the mode of a vector x

6 months ago

Solved


sum numbers to some value n
sum of numbers up to a value n

6 months ago

Solved


num to char
make num into char

6 months ago

Solved


add num
add two numbers a and b

6 months ago

Solved


minecraft movie scramble
the following phrase "la la la lava ch ch ch chicken" will be out of order. make it into the correct order

6 months ago

Solved


round pi
round pi

6 months ago

Solved


wordle
create a dictionary and a playable game of wordle, figure out the solution.

6 months ago

Solved


num
num

6 months ago

Solved


nam2
nam

6 months ago

Solved


num3
nam

6 months ago

Solved


num4
nmjhg

6 months ago

Solved


num5
num

6 months ago

Solved


num6
num

6 months ago

Solved


num7
num

6 months ago

Solved


num8
num

6 months ago

Solved


num9
num

6 months ago

Solved


num10
123456

6 months ago

Solved


Find the summation of factorial series
Factorial numbers are n! = 1*2*3....*n the series is 1!, 2!, 3!,........, n!

6 months ago

Solved


N-th Odious
Given index n return n-th <https://oeis.org/A000069 odious number>.

9 months ago

Solved


Evil Number
Check if a given natural number is evil or not. Read more at <https://oeis.org/A001969 OEIS>.

9 months ago

Solved


nth Rational Number
Return the nth rational number. This is the inverse to Problem 1471. Index of a Rational number The first ten positive rationa...

9 months ago

Solved


Armstrong Number
Determine whether the given input n-digit number is Armstrong Number or not. Return True if it is an Armstrong Number. An n-Dig...

9 months ago

Solved


Generate a Parasitic Number
This problem is the next step up from Problem 156. Rather than determining if an input is a parasitic number, you will be asked ...

9 months ago

Solved


Parasitic numbers
Test whether the first input x is an n-parasitic number: <http://en.wikipedia.org/wiki/Parasitic_number>. ( _n_ is the second in...

9 months ago

Load more