Quantcast Operator: Multiply - Visual Basic Wiki
Recent changes Random page
GAMING
Technology
 
Gaming
Entertainment
Science Fiction
Biggest wikis
Hobbies
Music
See more...

Operator: Multiply

From Visual Basic Wiki

Jump to: navigation, search

[edit] Operator: *

Finds the product of two numbers.

[edit] Using

n1 * n2 [* n3 * n4 etc.]

[edit] Example

MsgBox 5 * 4 ' 20
MsgBox 8 * 9 ' 72
MsgBox 4 * 25 * 6 ' 600
Rate this article:
Share this article: