Multiplication

In JavaScript, we can perform the multiplication of two numbers by using the asterisk (*) arithmetic operators.

Example:

let resultingValue = 3 * 2;

Here, we stored the product of 3 * 2 into a resultingValue variable.

๐Ÿ“ Tasks:

  • [ ] Write a program to store the product of 23 times 41 and print its value.

๐Ÿ’ก Hints:

  • Visit the Basic Operators chapter to understand the mathematical operations.

results matching ""

    No results matching ""