6 2
The reminder of two number is:0
5 2
The reminder of two number is:1
Program
#include <stdio.h> int main() { int a,b; scanf("%d%d",&a,&b); printf("The reminder of two number is:%d",(a%b)); return 0; }
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.