Objective: Create two integer variables and compute their quotient.
Instructions:
Define the Variables:
Create a variable named
integer_oneand assign it the value40.Create a second variable named
integer_twoand assign it the value5.
Compute the Quotient:
Create a new variable named
divthat dividesinteger_onebyinteger_two.
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