Einzelnen Beitrag anzeigen
Ungelesen 04.01.13, 20:43   #2
germgerm
bla
 
Registriert seit: Mar 2010
Beiträge: 309
Bedankt: 301
germgerm ist noch neu hier! | 0 Respekt Punkte
Standard

@uebel_1

PHP-Code:
    int x 1;
    
int iIncr = +1;
    
    while(
x>0)
    {            
        
System.out.print(x);            
        
        
+= iIncr;
        
        if (
x>0)            
            
System.out.print(", ");
        
        if (
x>9)
        {
//            x = 10;
              
iIncr = -1;
        }    
    } 
germgerm ist offline   Mit Zitat antworten