Advertisement
lol1234561

Untitled

Feb 10th, 2023
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.36 KB | None | 0 0
  1. ublic class Main {
  2.     public static void main(String[] args) {
  3. int Num = 113;
  4. double Dec = 2.71828;
  5. String Cs = "Computer Science";
  6.         System.out.println("This is room # " +
  7.                 Num);
  8.         System.out.println("e is close to " +
  9.                 Dec);
  10.         System.out.println("i am learning a bit about " +
  11.                 Cs);
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement