Need help ASAP with this c++ program below ill post what code ihave
Define a string “we have to go”
Prepend “Come on, “ to the string without using the + operator.Output the string.
Append ‘!’ to the end of the string and output the string.
Write a function to find out and return how many times acharacter occurs in the string. Test the function in main( ) for‘o’ and ‘e’.
Write a function to find out what position/s in a string acharacter occurs. Test the function in main( ) for ‘o’ and ‘e’.
Replace “go” with “move on” and output the string.
Write a function to
OR
OR