- Calculate the distance between three points.
- Print all the intermediate palindrome numbers between a given lower limit and upper limit.
- Write a program to display the table of a number and print the sum of all the multiples in it.
- Write a method to move hyphens to the left and characters to the right in a string.
- Calculate and return the total number of carries generated while adding digits of two numbers.
- Problem Statement 1.
- Write a function to replace all occurrence of a character with another character and vice versa in a string.
- Write an algorithm to find the number with maximum exponent of 2 between the given range.
- Calculate the sum of numbers divisible both by 3 and 5, between ‘m’ and ‘n’ both inclusive and return the same.
- Problem Statement 2.
- Find the nth root of a number.
- Password Checker Problem