What is the purpose module (%) operator in javascript? A. Percentage value C. Remainder value B. Product value D. Quotient value
Answers
Answer:
fkulst duma is hdrckviion stvion on the byid as a result it does
Answer: (c) Remainder value
Concept : Javascript operators
Given : (a) Percentage value
(b) Product value
(c) Remainder value
(d) Quotient value
To Find : What is the purpose module (%) operator in javascript?
Explanation:
Javascript is a high level programming language. It is the most important technology in World Wide Web (WWW). Javascript is dynamic typing, prototype based object oriented programming language. All programming languages do arithmetic operation, logical operation and relational operation . In all the programming languages, there are certain operators for the specific operations . In Javascript, module operator(%) is used to find the remainder value of two integers . Product value of two operands is calculated by multiplication operator. Quotient value is calculated by the use of division operator. All these are the arithmetic operators, which perform arithmetic operation on operands.
#SPJ3