Wednesday, 20 January 2016

The original given number is   40. The original number is divisible by 7 and how much subtract form the original number?      (GKwU msL¨v 40 †`Iqv Av‡Q| Dnv n‡Z KZ we‡qvM Ki‡j, msL¨vwU 7 Øviv wefvR¨ nB‡e ?)

#include<stdio.h>
    #include<conio.h>
    main(){
      int total,remender;
      total = 40;
      remender = total/7;
      printf("\nThe anser is = %d",remender);
      printf("\nThe number is=%d" , remender); ['/n' is use for create new line]
   }

No comments:

Post a Comment