Untitled

Anonymous
java
10/28/2022 12:27 PM
208 B
23
Indexable
if (contador % 3 == 0) {
				if ( numero < 0 ) {
					System.out.print( -contador + "\t");
				} else {
					System.out.print( contador + "\t");
				}
			}
Editor is loading...