You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a collection of beginner‑friendly Java programs focused on **control flow**, including branching and looping constructs. Each program is self‑contained and demonstrates a specific logic-building exercise.
3
+
This repository contains a collection of beginner-friendly Java programs focused on **control flow**, including branching and looping constructs. Each program is self-contained and demonstrates a specific logic-building exercise.
4
4
5
5
---
6
6
7
-
## 📌 Overview
7
+
## 🚀 Overview
8
8
9
9
This project includes simple yet foundational Java programs that cover:
10
10
11
11
- Printing number ranges
12
-
-Determining number signs
13
-
- Reversing numbers
12
+
-Checking if a number is positive or negative
13
+
- Reversing a number
14
14
- Finding the smallest of three numbers
15
15
- Calculating discounts
16
-
-Printing numeric patterns
16
+
-Generating number patterns
17
17
18
-
These exercises form the basis for mastering Java control flow and problem‑solving fundamentals.
18
+
Each program is placed inside the `task1` folder and is beginner‑friendly.
19
19
20
20
---
21
21
22
-
## 🛠 Prerequisites
23
-
24
-
Ensure you have:
25
-
26
-
-**Java Development Kit (JDK)** — version 8 or later
27
-
- A Java‑compatible editor (IntelliJ IDEA, VS Code, Eclipse, etc.)
0 commit comments