Answer:
1) press the enter key
2) start typing the new paragraph
Explanation:
did it on edg
Instead of having to write multiple pieces of code for different outcomes, you can use an elseif statement and make your code easier to read and easier to understand.
Answer:
a) to persuade
she is doing this to propose an idea to the boss of the company
Answer:
fortnite
Explanation:
fortnite battle royale is an online multiplier game
Answer and Explanation:
//buchi
Var firstNumber=prompt("please enter first number");
Var secondNumber=prompt("please enter second number");
Var thirdNumber=prompt("please enter third number");
Var numberTotal=firstNumber+secondNumber+thirdNumber;
Function calculateNumbers(){
return numberTotal;
return int(numberTotal/3);
return firstNumber*secondNumber*thirdNumber;}
Console.log(calculateNumbers());