+ 3
Can anyone code this in java
1 3 2 4 5 6 10 9 8 7 11 12 13 14 15
6 Answers
+ 16
My try.. in C++ lol
I know the CHALLENGE is only in java.. sorry!
https://code.sololearn.com/cWieWRRFeAvF/?ref=app
+ 13
mmm.. is this a CHALLENGE? It smells like challenge..
+ 11
Ayy. But screw the margins.
https://code.sololearn.com/ch9hnnMHYcuH/?ref=app
+ 7
First thing which comes to mind:
A string array of size 5.
Each slot filled using loops, probably nested.
Print the array contents, odd index reversed.