Question: 2. ( 6 pts) What will be stored in the result variable after the following block of code runs (look up what the % operator
2. ( 6 pts) What will be stored in the "result" variable after the following block of code runs (look up what the \\% operator is and how to use it): \\[ \\begin{array}{l} \\text { num } 1=3 \\\\ \\text { num } 2=8 \\\\ \\text { result }=\\text { num } 1 \\% \\text { num } 2 \\\\ \\text { result }=\\text { result }+ \\text { num } 2 \\end{array} \\]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
