try this piece of code I just made...Might help..:


import java.io.*;
public class p_no3{
public static void main(String[] args){
int e;
int j;
for (e=9;e>=1;e--){
...