Return the multiplication result by placing the return statements in their correct positions.
Make sure to pick return number * 10;, followed by return "Math started";.
return number * 10;
return "Math started";