Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Main {
- public static void main(String[] args) {
- byte gaymax = 1;
- byte Kilobyte = 2;
- boolean result;
- result = Kilobyte == gaymax;
- System.out.println("Kilobyte is Gamax92:");
- System.out.println(result);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement