Exercise:

Display the product of 10 * 5, using two variables x and y.

Hint: Use the multiplication operator (*).

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com