Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ublic class Main {
- public static void main(String[] args) {
- int Num = 113;
- double Dec = 2.71828;
- String Cs = "Computer Science";
- System.out.println("This is room # " +
- Num);
- System.out.println("e is close to " +
- Dec);
- System.out.println("i am learning a bit about " +
- Cs);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement