subtract
Subtract the second integer from the first to compute the difference. Provide integer a (minuend) and integer b (subtrahend).
Instructions
Subtract the second integer from the first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |