0% found this document useful (0 votes)
18 views3 pages

Programming Concepts and Examples List

This document contains an index listing 57 entries with their corresponding dates. Each entry provides a brief description of a programming concept or task completed on a given date, such as checking if a number is prime, calculating simple interest, or implementing threads. The index serves as a log of programming exercises and concepts explored from July 8th to December 5th.

Uploaded by

Rup M
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views3 pages

Programming Concepts and Examples List

This document contains an index listing 57 entries with their corresponding dates. Each entry provides a brief description of a programming concept or task completed on a given date, such as checking if a number is prime, calculating simple interest, or implementing threads. The index serves as a log of programming exercises and concepts explored from July 8th to December 5th.

Uploaded by

Rup M
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

INDEX

Sr. No. NAME DATE SIGNATURE


1. Check wheter prime or not using 7/8/23
function
2. Area of scalene triangle 8/8/23
3. Convert Fahrenheit to Celsius 8/8/23
4. Calculate simple intrest 8/8/23
5. Calculator 8/8/23
6. Largest value among the elements using 8/8/23
ternary
7. Minting app 8/8/23
8. Roots of quadratic equation 8/8/23
9. Sum digits of a number 8/8/23
10. Fibonacci series 8/8/23
11. Banking system 22/8/23
12. Area perimeter using class and object 22/8/23
13. Library 22/8/23
14. Employee salary + bonus 29/8/23
15. Minimum maximum using array 29/8/23
16. Linear search 29/8/23
17. Binary search 29/8/23
18. Bubble sort 29/8/23
19. Add even odd elements 2d array 12/9/23
20. Boundary elements 12/9/23
21. Diagonal ksum 12/9/23
22. Matrix addition 12/9/23
23. Matrix multiplication 12/9/23
24. Matrix transpose 12/9/23
25. Employee class 19/9/23
26. Amusement park 19/9/23
27. Volume of a box 19/9/23
28. Measurement 26/9/23
29. Constructor overload 26/9/23
30. Area of rectangle triangle square 26/9/23
parallelogram and trapezoid using
constructor overloading
31. Examples of inheritance 3/10/23
32. Accessing the field of the parent class 3/10/23
inside child class using super keyboard
33. Access method of the parent class inside 3/10/23
child class through super keyboard
INDEX
34. A superclass person with subclass 3/10/23
student
35. Create a shape class with two method 3/10/23
Calculate area and calculate perimeter
36. Create a class number using the 3/10/23
following data member address salary
and constant institution name " my
organisation
37. Bank 3/10/23
38. Implementation of overriding function 3/10/23
39. Two class named rectangle in square 21/11/23
with two data members length , breadth
and side respectively using constructor
print area and perimeter
40. W A Pto scale percentage of marks 21/11/23
obtained in objects by student A and four
subjects by student B
41. Write a program using parameters used 21/11/23
constructor store the details of vehicle
and print the details of car
42. Create class account with two 21/11/23
overloaded constructors
43. WAP to create abstract class bank 21/11/23
account with method deposit() and
withdrawa()
44. WAP to create abstract class animal with 21/11/23
abstract method ene() & sleep()
45. WAP to create abstract class employee 21/11/23
with abstract method calculate salary()
and display info()
46. Create an interface " shape", create three 28/11/23
class rectangle Triangle create different
shape objects and calculate their area
47. Implementation of static variable and 28/11/23
static method
48. Implementation of variable arguments 28/11/23
49. Implementation of static block 28/11/23
50. Implementation of a thread by extending 5/12/23
thread class
51. Implementation of a thread by interface 5/12/23
52. Print the value of minimum priority and 5/12/23
maximum priority
INDEX
53. Using function to control concurrency 5/12/23
problems
54. Print hollow square pattern with star 5/12/23
55. Print pyramid pattern with star symbol 5/12/23
56. Hollow pyramid 5/12/23

You might also like