need help ASAP with this c++ program. I have my code belowplease help!
Read in (from user input): “Seven Years in Tibet PG 92” intomName, mRating and mDuration.
Find out if ‘Y’ and ‘z’ are in mName.
Report the last 5 characters in mName.
Report 5 characters starting at index 6.
need to do the bottom three questions and modify my codepleasestring mName; string mRating: string mDuration; cin > mName; cin >> mRating: cin > mDuration; getline string str4 = “Seven
OR
OR