Hi all experts out there ....
need some ...new to programming..
below is the program for which i need to know the the process....I know the aswer which is = 9.....but need to know how come... what is the calculation.
Consider the following program segment:
i = 6720; j = 4;
WHILE ( (i % j) = = 0){
i = i / j;
j = j + 1;
}
plz help...need it asap.
thanks & regards,
carl
carl.banderas@rediffmail.com

