File tree Expand file tree Collapse file tree
src/Number_Programing/Core_Level/Day - 01 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments