Hello I am a student and I am trying to write a code that does this
This project will ask a user to input a number for example "please Enter a vaule of N"
and a user types 30 and then the
java code will display on the scren like this
0 1 2 3 4 5 6 7 8 9
10 11 12 13 14 15 16 17 18 19
20 21 22 23 24 25 26 27 28 29
30
same like that and so and so for if he choose a number more than 30 it will show till the number he chose
and it has to print 10 numbers each line
I don't know how to do nothing seems to be working here
is my code
and this is the out put ( hint I chose number 10 for the input )
that's the out put I got when I run my code