Liz Anaya Ramos
·Developer Community Manager @ Xano

Compute the Difference - Challenge #21


Objective: Create two integer variables and compute their difference.

Instructions:

  1. Define the Variables:

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

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

  2. Compute the Difference:

    • Create a new variable named sub that subtracts integer_two from integer_one.

  3. Submit your result contained in the variable sub.

Expected Result:

Submit the variable sub as your answer. See example below:


Install the snippet to get started: https://www.xano.com/snippet/XwN5GThx