Lab2: Week of Aug 8-12
 



1. 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

2. Write a program which will compute resistance and wattage of a device
given voltage and current in the circuit. The output of the program
should be not be just a number. It should give enough information so
that a reader can interpret the number. For example instead of giving an
output like 5.3 the program should output something like "The resistance
of the device is 5.3 Ohm".