Opening the reading…
Opening the reading…
DSA FUNDAMENTALS › MATH BASICS
This is a scratch drill — your code runs, nothing is graded or recorded. No test cases, no expected output, no verdict.
TASK
Store 17 as the dividend and 5 as the divisor. Use / and % to compute the quotient and remainder, then print the verification equation 17 = 3 * 5 + 2.
OUTPUT
Sample17 = 3 * 5 + 2
What a finished answer prints, from the lesson. Nothing has run yet — press Run and this is replaced by your program’s own output.