Objective: Create two integer variables and compute their sum.
Instructions:
Define the Variables:
Create a variable named
integer_one
and assign it the value6
.Create a second variable named
integer_two
and assign it the value4
.
Compute the Sum:
Create a new variable named
sum
that uses a filter to addinteger_one
andinteger_two
together.
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