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

strings

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