Skip to content

Commit 1e6eb7d

Browse files
2 parents 5c640f6 + 902d297 commit 1e6eb7d

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
README.md
2-
# Java Programming Practice
2+
# Java Practice - Java Programming Practice
3+
4+
This repository contains **Java practice programs** and **Java programming practice problems**
5+
designed for beginners and intermediate learners.
6+
7+
It focuses on daily Java coding practice covering core Java concepts,
8+
object-oriented programming, and problem-solving techniques.
39

410
A structured Java practice repository focused on building strong programming fundamentals
511
through day-wise problem solving.
@@ -24,6 +30,11 @@ through day-wise problem solving.
2430

2531
- **Day 05: Medium Number Programs**
2632
👉 [View Day 05 Programs](src/number_Programming/medium/day_05)
33+
34+
## 📁 Advance Level – Number Programming
35+
36+
- **Day 06: Advance Number Programs**
37+
👉 [View Day 06 Programs](src/number_Programming/core/day_06)
2738

2839

2940

index.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Java Programming Practice | Core Java Examples</title>
6+
<meta name="description" content="A complete Java programming practice repository covering basics, arrays, strings, loops, OOP concepts, and problem-solving examples.">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
</head>
9+
<body>
10+
<h1>Java Programming Practice</h1>
11+
12+
<p>
13+
This repository contains Java programming practice problems and examples,
14+
starting from basic concepts to intermediate problem-solving.
15+
</p>
16+
17+
<h2>Topics Covered</h2>
18+
<ul>
19+
<li>Java Basics</li>
20+
<li>Control Statements</li>
21+
<li>Arrays</li>
22+
<li>Strings</li>
23+
<li>Object-Oriented Programming</li>
24+
<li>Practice Problems</li>
25+
</ul>
26+
27+
<h2>Repository</h2>
28+
<p>
29+
View the full source code on GitHub:
30+
<a href="https://github.com/curious-vasavi/Java_Programming_Practice">
31+
Java Programming Practice Repository
32+
</a>
33+
</p>
34+
35+
<p>
36+
Updated regularly with new Java practice programs.
37+
</p>
38+
</body>
39+
</html>

0 commit comments

Comments
 (0)