Write a validation rule to ensure that the value of the Salary field is less than 50000.
Answers
Answered by
1
java algorithm
:
int x= input.nextint();
if (x<50000) {
sour("yes salary is less than 50000" }
else {sour("no it is not ")}
Similar questions