Yes, i know not this again. Is this not the one millionth time that someone blogs about that?
Yes, yes and yes but…
It is always good to repeat things and we all know that“Repetition is the mother...
Printing numbers in the order : 1,10,2,9,3,8,4,7,5,6
⛶public class AlternateNumbers {
public static void main(String[] args) {
// TODO Auto-generated method stub
int j=10;
...