Objective: Create two integer variables and compute their difference.
Instructions:
Define the Variables:
Create a variable named
integer_oneand assign it the value35.Create a second variable named
integer_twoand assign it the value10.
Compute the Difference:
Create a new variable named
subthat subtractsinteger_twofrominteger_one.
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