#C program to check a user input number is completely divisible.
This c program check the user input dividend is completely divisible by user input divisior .If it give 0 remiander if statement will run.if it does not give 0 remainder else statement will run🐨.
コメント