While Loop Programming
- Write a program to count the number of digits in a number
- Write a program to find the first and last digit of a number
- Write a program to find the sum of a number’s first and last digits.
- Write a program to swap the first and last digits of a number
- Write a program to calculate the sum of digits of a number
- Write a program to calculate the product of digits of a number
- Write a program to enter a number and print its reverse
- Write a program to check whether a number is a palindrome.
- Write a program to find the frequency of each digit in a given integer
- Write a program to enter a number and print it in words.
- Write a program to check whether a number is an Armstrong number.
- Write a program to print all Armstrong numbers between 1 to n.
- Write a program to check whether a number is a Strong number or not
- Write a program to print all Strong numbers between 1 to n