Which return statement executes in this code?
return
return number * 10;
return "This line isn't executed";
return number * 10;.