SlideShare a Scribd company logo
Sl
no.
Name of the program Page no. Teacher
signature
ARRAY
1. Input and calculate the sum of all even and
odd numbers
2. Calculate the mark obtained by each
student
3. Input 10 numbers in SDA and search the
number is present or not, list the array
element.
4. Input 10 numbers in SDA and search the
number is present in the array element.
5. Input 10 numbers in SDA and arrange in
ascending order using selection sort.
6. Input 10 numbers in SDA and arrange in
ascending order using bubble sort.
7. Input the numbers for 3*4 matrix in DDA
and find the sum all the number of matrix.
8. Input the numbers for 3*4 matrix in DDA
and find the transpose.
STRING HANDLING
9. Input a sentence in lowercase. Convert the
first letter of each word of sentence in
uppercase.
10. Input a sentence and a word separately.
Find and print frequency of the given in a
sentence.
11. Input a string and reversing the letter of
each word.
12. Input a sting and check whether the string
is unique or not.
13. Input a word and check whether the word
is palindrome or not.
14. Input a word and display the pattern.
15. Input a word and display the pattern.
16. Input a three-letter word and print all
probable three letter combination
17. Input a word and display the pattern.
18. Input a word and display the pattern.
CONSTRUCTOR
19. Define a class named FruitJuice to
calculate discount of the product, juice.
20. Define a class to calculate the increment
of an employee.
21. Define a class called student to check
whether a student is eligible for taking
admission in class XI
22. Define a class Bill that calculates the
telephone bill of a consumer.
23. Define a class called BookFair to calculate
the discount of a book.
User define method
24. Desing a class to overload a function
joyString ().
25. Desing a class to overload a function
num_calc ().
26. Desing a class to overload a function area
(). /

More Related Content

DOCX
JAVA practical Exam Questions (1).docx
PDF
Computer Practical
PDF
computer science sample papers 2
PDF
450 dsa (1).pdf
DOC
Course Breakup Plan- C
PDF
Cbse question paper class_xii_paper_2000
DOCX
Oop lab assignment 01
PDF
CBSE Question Paper Computer Science with C++ 2011
JAVA practical Exam Questions (1).docx
Computer Practical
computer science sample papers 2
450 dsa (1).pdf
Course Breakup Plan- C
Cbse question paper class_xii_paper_2000
Oop lab assignment 01
CBSE Question Paper Computer Science with C++ 2011

Similar to Sl no.docx (20)

DOCX
Chapter 8Exercise1.Design an application that accept.docx
PDF
20ES1152 Programming for Problem Solving Lab Manual VRSEC.pdf
DOC
Practical java
PPTX
Basic pogramming concepts
PPS
02 ds and algorithm session_02
PPS
02 ds and algorithm session_02
DOCX
programming
PDF
Septocode 2021 editorial
DOC
Oops lab manual2
DOCX
Important C program of Balagurusamy Book
PDF
Cbse question-paper-computer-science-2009
PDF
Ds lab handouts
PDF
Cs8261 cp lab syllabus
DOCX
Java Practice Set
PDF
June 05 P2
DOCX
A project on advanced C language
DOCX
Best c programs
PDF
Simple c-programs
PDF
June 04 P32
PPTX
Algorithm_graph_reviewAlgorithm_graph_review
Chapter 8Exercise1.Design an application that accept.docx
20ES1152 Programming for Problem Solving Lab Manual VRSEC.pdf
Practical java
Basic pogramming concepts
02 ds and algorithm session_02
02 ds and algorithm session_02
programming
Septocode 2021 editorial
Oops lab manual2
Important C program of Balagurusamy Book
Cbse question-paper-computer-science-2009
Ds lab handouts
Cs8261 cp lab syllabus
Java Practice Set
June 05 P2
A project on advanced C language
Best c programs
Simple c-programs
June 04 P32
Algorithm_graph_reviewAlgorithm_graph_review

Recently uploaded (20)

PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Computing-Curriculum for Schools in Ghana
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Insiders guide to clinical Medicine.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
Cell Structure & Organelles in detailed.
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Complications of Minimal Access Surgery at WLH
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
Renaissance Architecture: A Journey from Faith to Humanism
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Computing-Curriculum for Schools in Ghana
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Insiders guide to clinical Medicine.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Sports Quiz easy sports quiz sports quiz
Cell Structure & Organelles in detailed.
Supply Chain Operations Speaking Notes -ICLT Program
Module 4: Burden of Disease Tutorial Slides S2 2025
STATICS OF THE RIGID BODIES Hibbelers.pdf
Final Presentation General Medicine 03-08-2024.pptx
Complications of Minimal Access Surgery at WLH
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPH.pptx obstetrics and gynecology in nursing
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Abdominal Access Techniques with Prof. Dr. R K Mishra

Sl no.docx

  • 1. Sl no. Name of the program Page no. Teacher signature ARRAY 1. Input and calculate the sum of all even and odd numbers 2. Calculate the mark obtained by each student 3. Input 10 numbers in SDA and search the number is present or not, list the array element. 4. Input 10 numbers in SDA and search the number is present in the array element. 5. Input 10 numbers in SDA and arrange in ascending order using selection sort. 6. Input 10 numbers in SDA and arrange in ascending order using bubble sort. 7. Input the numbers for 3*4 matrix in DDA and find the sum all the number of matrix. 8. Input the numbers for 3*4 matrix in DDA and find the transpose. STRING HANDLING 9. Input a sentence in lowercase. Convert the first letter of each word of sentence in uppercase. 10. Input a sentence and a word separately. Find and print frequency of the given in a sentence. 11. Input a string and reversing the letter of each word. 12. Input a sting and check whether the string is unique or not. 13. Input a word and check whether the word is palindrome or not. 14. Input a word and display the pattern. 15. Input a word and display the pattern.
  • 2. 16. Input a three-letter word and print all probable three letter combination 17. Input a word and display the pattern. 18. Input a word and display the pattern. CONSTRUCTOR 19. Define a class named FruitJuice to calculate discount of the product, juice. 20. Define a class to calculate the increment of an employee. 21. Define a class called student to check whether a student is eligible for taking admission in class XI 22. Define a class Bill that calculates the telephone bill of a consumer. 23. Define a class called BookFair to calculate the discount of a book. User define method 24. Desing a class to overload a function joyString (). 25. Desing a class to overload a function num_calc (). 26. Desing a class to overload a function area (). /