Values of Integers and Calculations
        Posted  
        
            by inferno2991
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by inferno2991
        
        
        
        Published on 2010-03-27T23:39:24Z
        Indexed on 
            2010/03/27
            23:43 UTC
        
        
        Read the original article
        Hit count: 162
        
c#
Say you have a variable n1 which will be the value of three digits entered
how can i then without knowing what exactly will be input split n1 into 3 seperate integers to do futher calculations with?
© Stack Overflow or respective owner