Skip to content

Commit 9068aa1

Browse files
Update README.md
1 parent 894af14 commit 9068aa1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
1+
12
# Core Java Programs
23

4+
📌 Topics Covered
5+
6+
✅ Arrays
7+
8+
✅ Patterns (star, number, character)
9+
10+
✅ Recursion (factorial, fibonacci, etc.)
11+
12+
✅ Functions & Methods
13+
14+
✅ Operators & Keywords
15+
16+
✅ Loops & Control Statements
17+
18+
✅ Strings & StringBuilder
19+
20+
✅ Sorting Algorithms
21+
22+
✅ Bit Manipulation
23+
24+
✅ Mathematical Operations (odd/even, prime, tables)
25+
26+
✅ Miscellaneous Practice Programs
27+
328
## Description
429
This repository contains multiple Core Java programs for practice and learning.
530
It includes programs on arrays, patterns, recursion, functions, operators, keywords, loops, control statements, strings, StringBuilder, sorting algorithms, bit manipulation, mathematical operations, odd/even checks, prime number checks, multiplication tables, and more.

0 commit comments

Comments
 (0)