i am currently working on word guessing game but my random word generator doesn't seem to work properly in the loop. would be nice if someone could look at my code and and give me some tips or pointers :)
hey VaMpZzz please help me.please solve this question of c++.please please...thankyou
Q. Write a program that performs the following operations on strings:
• Use a function count(char[]) to count the number of no. of vowels (uppercase & lowercase) & the no. of consonant ( uppercase & lowercase) no. of spaces, no. words, no. of digits and the no. of special characters in the string.
• Use a function change() to change the case of characters of a string.
• Uses a function reverse() to find the reverse of a string.
• Uses a function replace() to replace every space in a string with a hyphen.
• Uses a function check () to check whether a character is present in the string or not. The function should take in the string and the character to be searched and then display appropriate message.
• Uses a function revword() to reverse each word of the string.