Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class MainTwo {
- public static void main(String[] args) {
- String Username = "Jarxay";
- System.out.println("Username: " + Username);
- if(Username == "Jarxay") {
- System.out.println("you are pro gamer 2022");
- }
- else {
- System.out.println("you are not pro gamer 2022");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement