Untitled
unknown
java
3 years ago
155 B
8
Indexable
if (contador % 3 == 0) { if ( numero < 0 ) { System.out.print( -contador + "\t"); } else { System.out.print( contador + "\t"); } }
Editor is loading...
if (contador % 3 == 0) { if ( numero < 0 ) { System.out.print( -contador + "\t"); } else { System.out.print( contador + "\t"); } }