-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathmeta.json
More file actions
40 lines (35 loc) · 1.09 KB
/
meta.json
File metadata and controls
40 lines (35 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"title": "Java Programs",
"description": "Collection of basic Java programs categorized by topic.",
"root": true,
"pages": [
"index",
"contents",
"---Basic I/O Programs---",
"print-an-integer",
"add-two-integers",
"swap-two-numbers",
"multiply-two-numbers",
"---Mathematical Calculations---",
"calculate-simple-interest",
"calculate-compound-interest",
"calculate-power-of-a-number",
"java-program-to-find-gcd-and-lcm",
"---Conditional Checks---",
"check-even-or-odd",
"java-program-to-check-prime-number",
"java-program-to-check-divisibility",
"java-program-to-check-Leap-year",
"java-program-to-check-whether-input-character-is-vowel-or-consonant",
"---Loops & Recursion---",
"factorial-in-java",
"java-program-to-find-nth-fibonacci-number",
"java-pattern-printing-programs",
"java-program-to-reverse-a-number",
"---Division Logic---",
"find-quotient-and-reminder",
"---Binary & Complex Operations---",
"java-program-to-add-two-binary-numbers",
"java-program-to-add-two-complex-numbers"
]
}