My orders
How it works
Examples
Reviews
Blog
Homework Answers
Submit
Sign in
How it works
Examples
Reviews
Homework answers
Blog
Contact us
Submit
Question #5056
write a c program to reads 2 integers x&y ther prints if x is a multiple of y
Expert's answer
#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;
}
Our fields of expertise
Programming
Math
Engineering
Economics
Physics
LATEST TUTORIALS
APPROVED BY CLIENTS
Thanks for the assistance,,, your service is great
#340795
on Jan 2024
Read all reviews >>