Write a program to accept a no. devide the no ny 7. display the remainder after devision
Answers
Answered by
0
#include (stdio.h)
#include (stdlib.h)
int main()
{
int a,b;
printf("Enter a no. =);
scanf("%d",&a);
b= a÷7;
printf("Your answer is = %d",b );
}
HOPE IT HELPS!
#include (stdlib.h)
int main()
{
int a,b;
printf("Enter a no. =);
scanf("%d",&a);
b= a÷7;
printf("Your answer is = %d",b );
}
HOPE IT HELPS!
Similar questions
Science,
7 months ago
Biology,
7 months ago
Math,
7 months ago
Psychology,
1 year ago
Geography,
1 year ago