1.

Write a validation rule to ensure that the value of the salary field is less than 50000​

Answer»

ANSWER:

JAVA algorithm

Explanation:

int x= input.nextint();

if (x<50000) {

SOUR("yes salary is LESS than 50000" }

else {sour("no it is not ")}



Discussion

No Comment Found