Liz Anaya Ramos
·Developer Community Manager @ Xano

Compute Quotient - Challenge #24


Objective: Create two integer variables and compute their quotient.

Instructions:

  1. Define the Variables:

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

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

  2. Compute the Quotient:

    • Create a new variable named div that divides integer_one by integer_two.

  3. Submit your result contained in the variable div.

Expected Result:

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


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