Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Search the string for all the occurrences of the character '&'.
For every '&' check if it matches an HTML entity by checking the ';' character and if entity found replace it in the answer.