Advertisement
hugol

Untitled

Jun 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. public class Typy{
  2.   public static void main(String[] args){
  3.     System.out.println('a'+'A');
  4.     System.out.println(1+2);
  5.     System.out.println(1.0+2.0);
  6.     System.out.println("cudzysłów \"");
  7.     System.out.println(true);
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement