Computer Science, asked by kwessicollins, 1 month ago

console.log(1 + 5 - 2);

Answers

Answered by sanjhtaj345
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