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

strings

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