Please Come to: the preparation process.
Users questions: 2, programming, enter two integers, find their quotient and remainder, and to output. # Include stdio.h main () (intx, y, yu; floatshang; printf ("Please enter two integers:"); scanf (" % D% d ",___________); shang =_________; yu =___________; printf ("% d *% d of the manufacturers to :______, remainder :_____",____________);} Come answer ah, to understand the will to write. Thank you. . . .
Experts answer: # include stdio.h main () (intx, y, yu; floatshang; printf ("Please enter two integers:"); scanf ("% d% d ",___& x, & y___); shang = __x * y_______; yu =_____ x% y______; printf ("% d *% d of business is: __% f____, the remainder is: _% d___", __x, y, sha ng, yu__);)