Skip to content

Commit ad512b7

Browse files
Add README for Day 02 medium level programs
Added a README file outlining the medium-level number programming problems and objectives.
1 parent e18ae7b commit ad512b7

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

  • src/number_Programming/medium/day_02
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Medium Level Number Programming – Day 02
2+
3+
This folder contains medium-level Java number programming problems focused on
4+
digit manipulation, prime logic, factors, and mathematical reasoning.
5+
6+
### Topics Covered
7+
- Multiplication table of a number
8+
- Prime number check
9+
- Sum and product of prime numbers in a range
10+
- Factors of a number (sum & product)
11+
- Even and odd factors
12+
- Digit-based operations:
13+
- Count of digits
14+
- Even digits
15+
- Odd digits
16+
- Sum & product of digits
17+
- Prime digits
18+
- Factorial of digits
19+
20+
### Objective
21+
- Strengthen loop-based logic
22+
- Improve number and digit manipulation skills
23+
- Practice conditional checks and modular arithmetic
24+
- Write clean Java methods using Scanner input
25+
26+
Each problem is implemented as a **separate Java file** for clarity and practice.

0 commit comments

Comments
 (0)