admin@onlinelearningcenter.in (+91) 7 999 01 02 03

strings

  1. Write a program to check if two strings are anagrams of each other.
  2. Write a program to check if a string contains only digits.
  3. Write a program to count a number of vowels and consonants in a given string.
  4. Find Occurrences of Each Character in a String
  5. Write a program to find all permutations of a string.
  6. Remove all numeric character from String
  7. WAP to change UpperCase to LowerCase and Lowercase to Uppercase of all the characters in the String without using Built In methods
  8. Count Number of Vowels and Consonants in a given String
  9. String concatenation
  10. Is String a substring
  11. WAP to find the duplicate characters in a string
  12. Speak the Currency
  13. WAP to accept a letter then check and display it is a vowel and consonant
  14. Print Initials of Name with Surname
  15. WAP to accept first letter of your school house name to display the house name by using switch case statement
  16. WAP to swap First Name and Last Name of a user.
  17. WAP to accept a string convert the same to uppercase then print its letters one below another with their ASCII code
  18. Return a string with every third letter of every word in caps
  19. WAP to accept a word convert the same thing to capital then display only the vowels present in it in one line
  20. Write a program to check that the provided string has all unique characters
  21. WAP to accept a word and check and print if it is palindrome word(assume the given word is not case sensitive)
  22. Write a program to remove any given character from a String. Display updated string.
  23. WAP to accept your first name convert the same thing to capital then display only the consonants present in it
  24. Permutations of a string
  25. WAP to accept an alphanumeric string then display the same after removing symbols and blankspaces
  26. WAP to print input word in piglatin form (assume that the word is entered in capital letter)
  27. ZigZag Pattern
  28. Write a program to print duplicate characters from a string.