Answer to Question #5056 in Action Script | Flash | Flex | ColdFusion for hussein

Question #5056
write a c program to reads 2 integers x&y ther prints if x is a multiple of y
1
Expert's answer
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS