Advertisement
Guest User

Is Gamax92 Kilobyte?

a guest
Oct 23rd, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. public class Main {
  2.     public static void main(String[] args) {
  3.         byte gaymax = 1;
  4.         byte Kilobyte = 2;
  5.         boolean result;
  6.         result = Kilobyte == gaymax;
  7.         System.out.println("Kilobyte is Gamax92:");
  8.         System.out.println(result);
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement