Search

Add

Last Updated: Dec 2, 2020

Articles

Use this function to find the sum of the two input values.

Syntax

Add (num_1,num_2)

Parameters

Input Parameter Name Description
num_1 Integer value
num_2 Integer value

Returns

Return Value Description
Sum Returns the sum of the input values

Sample

  1. Add (1,2)=> 3
  2. Add (-1,2)=> 1

To view all the Math functions, click here.

Did you find what you were looking for?