0% found this document useful (0 votes)
2 views

cppm index

The document is an index of programming tasks that include various exercises such as performing arithmetic operations, finding factorials, checking Armstrong numbers, and generating Fibonacci series. It also includes tasks for string manipulation and number classification. Each task is numbered and provides a brief description of the required program functionality.

Uploaded by

shihorapooja8
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

cppm index

The document is an index of programming tasks that include various exercises such as performing arithmetic operations, finding factorials, checking Armstrong numbers, and generating Fibonacci series. It also includes tasks for string manipulation and number classification. Each task is numbered and provides a brief description of the required program functionality.

Uploaded by

shihorapooja8
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

INDEX

No. Programm Name. P.No. Signature


1. Write a menu driven program that perform arithmetic operations (+,, * , /) 1
according to user’s choice.
2. Write a program to find the factorial of the given number. 2
3. write a program to check whether a number is Armstrong number or not. 3
4. Write a program to find minimum number from 5 numbers. 4
5. Write a program to count number of characters from entered string. 5
6. Write a program to check whether inputted number is positive or negative. 6
7. write a program to display 1 to n even numbers. 7
8. Write a program of Fibonacci series.Ex.11235813… 7
9. Write a program to add even numbers between 1 to 10 e.x. 8
sum=2+4+6+8
10. Write a program to check whether given number is even or odd . 8

11. Write a c program to print string in reverse order . 9

12. write a program to following series :1,3,5,7,9……,n. 10

13. (1.) 1 11
12
123
1234
12345
(2.) 1 12
23
456
7 8 9 10
11 12 13 14 15
(3.) 1 13
22
333
4444
55555
(4.) * 13
**
** *
** * *
** * * *
(5.) ** * * * 14
** * *
** *
**
*

You might also like