Advertisement
Jarxay

Untitled

Apr 12th, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1.  
  2. public class MainTwo {
  3. public static void main(String[] args) {
  4. String Username = "Jarxay";
  5. System.out.println("Username: " + Username);
  6. if(Username == "Jarxay") {
  7. System.out.println("you are pro gamer 2022");
  8. }
  9. else {
  10. System.out.println("you are not pro gamer 2022");
  11. }
  12. }
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement