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

strings

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