- Convert a given number of Days to Years, Weeks & Days
- Write a program to find all permutations of a string.
- Write a program to count a number of vowels and consonants in a given string.
- Write a program to check if a string contains only digits.
- Write a program to check if two strings are anagrams of each other.
- Write a program to print duplicate characters from a string.
- Write a program to find all pairs of an integer array whose sum is equal to a given number.
- Write a program to find the largest and smallest number in an unsorted integer array.
- Write a program to find the duplicate number on a given integer array and display the distinct/unique array(duplicates items removed from a given array)
- Write a program to find the missing number in a given integer array.
- Write a program to remove any given character from a String. Display updated string.
- Convert a given number of Days to Years, Weeks & Days
- Write a program to find all permutations of a string.
- Write a program to find the missing number in a given integer array.
- Write a program to count a number of vowels and consonants in a given string.
- Write a program to check that the provided string has all unique characters
- Write a program to print duplicate characters from a string.
- Write a program to check if two strings are anagrams of each other.
- Write a program to check if a string contains only digits.
- Write a program to find all pairs of an integer array whose sum is equal to a given number.