Answer to Question #5056 in Action Script | Flash | Flex | ColdFusion for hussein
write a c program to reads 2 integers x&y ther prints if x is a multiple of y
1
2011-11-11T08:15:32-0500
#include <stdio.h>
int main(void)
{
int a,b;
printf("Enter a and b:");
scanf(a);
scanf(b);
printf("a*b=",a*b);
return 0;
}
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
Adobe Flash
Comments
Leave a comment