Write a C++ program to illustrates how to read strings and numeric data
write a C++ programme to create a class by name Employee.
Write a C++ Program to convert any given English Word into Pig Latin.
Create a program will ask the user to enter an integer number and a string . If the integers number is odd print the string word/s that the user enter and if the integers number is even print the even number with the string word s “this is an even number”.
Write a program to design a class representing complex numbers and having functionality of performing addition and multiplication of two complex numbers using operator overloading.
Write a program to overload unary (++) operator and unary (--) operator using friend function.
Write a program to overload unary (++) operator and unary (--) operator.
Write a program to overload unary (-) operator using friend function.
Write a program to overload unary (-) operator.