Search Results

Showing results 1 to 1 of 1
Search took 0.01 seconds.
Search: Posts Made By: Clawsy
Forum: Java Oct 22nd, 2009
Replies: 5
Views: 383
Posted By Clawsy
int a=0,b=0,c=0,d=0;
int n=4875;
int rest=0,i=1;


while(n!=0)
{
rest = n%10;//ghet the last digit of the number
n=(n-rest)/10; //the...
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC