Computer Science, asked by aryansain005, 1 month ago

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

Answers

Answered by utkarshadesai114
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