console.log(1 + 5 - 2);
Answers
Answered by
0
Answer:
/* Intro to JavaScript QUIZ[SOLVED]
Chapter - Data Types and Variables
Total Quiz-11
*/
Quiz-1
Write an expression that uses at least 3 different arithmetic operators.
The expression should equal 42.
Hint: +, -, *, /, and % are possible arithmetic operators
Similar questions