Please explain in DETAIL, I\'m having trouble understanding it. Thank you Type c
ID: 3637084 • Letter: P
Question
Please explain in DETAIL, I'm having trouble understanding it. Thank youType conversion: (When will you need them?)
Part 1: Accept 2 input values . Store them in int variables. Before dividing the first variable by the second variable, type cast to double and store the result into the 3rd variable. Check what the value of the 3rd variable is.
Part 2: Accept two integer values from user (say x and y.) Print the remainder when y is divided x. Which operator do you use.