Objective: Create two integer variables and compute their sum.
Instructions:
Define the Variables:
Create a variable named
integer_oneand assign it the value6.Create a second variable named
integer_twoand assign it the value4.
Compute the Sum:
Create a new variable named
sumthat uses a filter to addinteger_oneandinteger_twotogether.
Submit your result contained in the variable
sum
Expected Result:
Submit the variable sum as your answer. See example below:
Install the snippet to get started: https://www.xano.com/snippet/XwN5GThx