im having a head ache how to make a java sample output like this:
sample output:
Please Enter 2 values:(number must range from 1 to 9)else display error message
value 1: 3
value 2: 8
Fibonacci numbers are:
11 19 30 49 79 128 207 335 542
Even numbers are:
* * 30 49 * 128 * 335 542
Odd numbers are:
11 19 * * 79 * 207 * *
Try Again?:
can somebody help me???