Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.43 KB | None | 0 0
  1. Package admin{
  2. Public  my admin{
  3. String username (){
  4. String a_username ="lily"
  5. return a_username;
  6. }
  7. Vold print_text(string)
  8. System.out.println(lily)
  9.  
  10. Int password (){
  11. Int a_password = 123
  12. return a_password;
  13. }
  14. Vold print text(int){
  15. System.out.println(123)
  16. }
  17. If{a_username = "lily"&&a_password =123 requried&& =!}
  18. System.out.println( login in successful)
  19. Else
  20. System.out.print(enter the correct username and password)
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement