Skip to content

Commit 27f7e36

Browse files
Create README.md for Day 01 Java programming
Added README.md for Day 01 of Java programming practice, outlining topics covered and objectives.
0 parents  commit 27f7e36

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

  • src/Number_Programing/Core_Level/Day - 01
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Core Level Number Programming – Day 01
2+
3+
This folder contains core-level Java number programming problems practiced as part of daily coding preparation.
4+
This seem small and easy looking at but in every program we use them for logic building this simple logics help us in programming a lot .
5+
All the programs are written in neat and clean methods .
6+
7+
## Topics Covered
8+
- Even or Odd Number
9+
- Count of Numbers in a Given Range
10+
- Count of Digits
11+
- Sum of Digits
12+
- Product of Digits
13+
- Reverse of a Number
14+
- Factorial of a Number
15+
- Fibonacci Series
16+
- Prime Number Check
17+
- Cube of a Number
18+
19+
## Objective
20+
The goal of these programs is to strengthen understanding of:
21+
- Basic control flow (if-else, loops)
22+
- Mathematical logic
23+
- Input handling using `Scanner`
24+
- Writing clean and readable Java code
25+
26+
Each problem is implemented as a **separate Java file** for clarity and easy practice.
27+
28+
## Notes
29+
- These are core-level problems focused on fundamentals.
30+
- Code is written for learning and interview preparation.
31+
- Advanced optimizations are intentionally avoided at this stage.
32+
33+
---
34+
Day 01 of Java Programming Practice

0 commit comments

Comments
 (0)