You are on page 1of 4

1)

12. Write a Java program that accept three number from user and to find the
smallest number among three numbers?

13. Write a Java program that accept password from user and to check whether
a string is a valid password
Password rules:
A password must have at least ten characters.
A password consists of only letters and digits.
A password must contain at least two digits
14. say true/ false with reason the following? And write java program to show the reason

You might also like