标题: C++ 编程高手进 [打印本页] 作者: 80545202 时间: 2010-10-13 11:51:57 标题: C++ 编程高手进
1.4 function calculator, use switch case statement.
2.advantage of inheritance.
3.program for function overriding in C++.
4.whrit program to create array and find the sum average the array elements.
5.create a class(NUM) to find the sum of two number.
Include two data members.
Include three functions.
1st input the data.
2nd display the data and sum
3rd calalate the sum.
6.counter class in C++
7. create a function to convert uppercase letter to lowercase letter: program.
8.program to create a function to accept two integer values, and set the lower value to 0.
9.create a program to check whether the character entered by the user is vowel or not.
10.create a program to calculate the FACTORIAL of a integer number. Eg: 51=5*4*3*2*1=120
11.program to create print function value from N1 to N2.