Q-1.Write a program in VBA to input a string and print it.
Q-2.Write a program in VBA to find the length of a string.
Q-3.Write a program in VBA to separate individual characters from a string.
Q-4.Write a program in VBA to print individual characters of a string in reverse order.
Q-5.Write a program in VBA to compare two strings.
Q-6.Write a program in VBA to count the total number of alphabets, digits and special characters in a string.
Q-7.Write a program in VBA to copy one string to another string.
Q-8.Write a program in VBA to count the total number of vowels or consonants in a string.
Q-9.Write a program in VBA to extract a substring from a given string.
Q-10.Write a program in VBA to read a sentence and replace lowercase characters with uppercase and vice versa.