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

strings

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