Question: write a C-peogram that reads two integers from the user then deicides whether the first integers is a multiple of the second integer. (Hint: use

 write a C-peogram that reads two integers from the user then
write a C-peogram that reads two integers from the user then deicides whether the first integers is a multiple of the second integer. (Hint: use the modulus % operator)
c-programe

C:\Users\Hadeel\Documents\CodeBlocks\A1\bin\Debug\A1.exe Enter two numbers: 4 3 4 is not a multiple of 3 Process returned 0 (0x0) Press any key to continue. execution time : 4.896 s

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!