
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
main programing concept and home work
Typology: Exercises
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Q No 1: Write a class distance of private member feet and inch. It make public function of get data () and display data using operator overloading<< & >> (using friend function) .and sum of the two object using operator overloading Q No 2: Make this question again with the help of the template classes. Q No 3 : add exception handling on the input and output
Q no 3: Write a program that reads in a text file containing names, ages and gender of persons, which are separated using tabs and each person separated using a new line.
For example: aKHTAR 19 male ammar 18 male faheem 19 male nazia 19 female each field above is separated by tab characters.