Printing Output:

Q1: Write a program to print 'Hello, World!' on screen. (Hint: You can use printf in C, Use cout in C++, Use System.out.println in Java, and Use print in Python).

Q2: Write a program to print your name and age on screen.