Liz Anaya Ramos
·Developer Community Manager @ Xano

Compute Integer Sum - Challenge #20


Objective: Create two integer variables and compute their sum.

Instructions:

  1. Define the Variables:

    • Create a variable named integer_one and assign it the value 6.

    • Create a second variable named integer_two and assign it the value 4.

  2. Compute the Sum:

    • Create a new variable named sum that uses a filter to add integer_one and integer_two together.

  3. 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