00:01
Okay, so this question says, i'm going to ask the user to enter string.
00:10
The program should create a string called new string from the user string such that second characters change to an ash where it's three exclamation points or attached the end of the string.
00:23
Okay, so let's get that.
00:25
First string is going to be to input.
00:29
Please input, ask string.
00:36
So new string, the new string is going to be, it's going to start off with the first string's first character.
00:50
The string is zero.
00:52
And then we're going to add new string plus equals.
00:56
We're going to add an asterisk.
00:58
Okay.
00:59
Then the rest of this string, new string, is going to be everything after the second one...