Function and Arrays
7 problems to practice.
7
Total
7
Easy
0
Medium
0
Hard
Digit Frequency
1. You are given a number n. 2. You are given a digit d. 3. You are required to calculate the freq...
easy
Decimal To Any Base
1. You are given a decimal number n. 2. You are given a base b. 3. You are required to convert the...
easy
Any Base To Decimal
1. You are given a number n. 2. You are given a base b. n is a number on base b. 3. You are requir...
easy
Any Base To Any Base
1. You are given a number n. 2. You are given a base b1. n is a number on base b. 3. You are given...
easy
Any Base Addition
1. You are given a base b. 2. You are given two numbers n1 and n2 of base b. 3. You are required t...
easy
Any Base Subtraction
1. You are given a base b. 2. You are given two numbers n1 and n2 of base b. 3. You are required t...
easy
Any Base Multiplication
1. You are given a base b. 2. You are given two numbers n1 and n2 of base b. 3. You are required t...
easy