"*" Multiplication Version 5 (Java)
Action group: Operators
Description
The action is designed to get the product of two numbers.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
First multiplier | Value or variable of the first multiplier | Robin.Numeric | Yes | |
Second multiplier | Value or variable of the second multiplier | Robin.Numeric | Yes | |
Results | ||||
Result | The result of multiplying two numbers | Robin.Numeric |
Special conditions of use
None.
Example of use
Task
There is "Variable 1" with value 17 and "Variable 2" with value 3. It is required to find out the product of two numbers (Variable1* Variable2), write the result to a numeric variable and display the obtained number in a dialog box.
Solution
Use the actions "Multiplication" and "Show message".
Implementation
- Assemble a robot scheme consisting of actions:
- Create a numeric variable "Variable 3" into which the result of the "Multiplication" action will be written. .
- Move the "Multiplication" action to the workspace and set its parameters.
- Move the "Show message" action to the workspace and set its parameters.
- Start the robot using the "Start" button in the top panel.
Result
A dialog box with the total value is displayed on the screen
Обзор
Инструменты контента