Lab1: Week of Jan 2-8
 



1. Students should familiarize themselves with the computing environment. They should start feeling comfortable with keyboard and
mouse. They should be able to:

     * login/logout, change password,
     * use an editor like kwrite, vi or any other text editor
     * create/delete file, change file protection,
     * send/read email,
     * set proxy, surf internet,
     * open intranet site like IITK/CC/course etc.

2. Write a program to print your home address label and your hostel address label. It should have proper indentation. sample output:

     Sanjeev K Aggarwal
     Dept of Computer Science and Engineering
     Indian Institute of Technology Kanpur
     Kanpur - 208016,
     INDIA

3. Write a program to print sum of two integers.