Question: Im having trouble figuring these out. Help with any/all would be much appreciated. Thanks! 1 dividend 7 2 divisor3 4 You may modify the lines
1 dividend 7 2 divisor3 4 You may modify the lines of code above, but don't move them 5 When you Submit your code, we'11 change these lines to 61#assign different values to the variables. 81#7he variables above create a dividend and a divisor. Add 91 *Bome code below that will print the quotient and remainder 10 #0f performing this operation. The quotient should be the 111#whole number, not the decimal number: for example, with the 12.#original values of dividend and divisor (7 and 3), your code 13 #should print 2, then 1: 3 goes into 7 two whole times, with 14 Wone left over. 15 | # 16 #print the quotient and remainder each on their own line. 17 WBoth values should be integers: there should be no decimals. 18 19 201#Add your code here! 21
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
