if(experience <= num3) {
System.out.println("You are a JAVA developer");
if(num3 > experience <= num2) {
System.out.println("You are a JAVA Senior");
if(num1 > experience <= num1) {
System.out.println("You are a JAVA Analyst");
}else{
System.out.println("You are a JAVA Consultant");
Can someone tell me what is wrong with my code !?
It says that this bit of code is wrong. >>>> if(num3 > experience <= num2)
I would appreciate any help.
Thank you.
Have a good sunday.
Bye