Skip to content

Commit 6c1a267

Browse files
authored
Merge branch 'main' into task/contact-security-opensource-pages
2 parents c7c0e1e + 454edf9 commit 6c1a267

22 files changed

+4525
-16
lines changed

content/docs/arrays.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Java Arrays
3-
description: In this tutorial, we will learn how to use the Java continue statement to skip the current iteration of a loop.
3+
description: Complete guide to Java arrays with examples. Learn array declaration, initialization, accessing elements, and array operations in Java programming.
4+
icon: Grid3X3
45
---
56

67
An array is a collection of similar types of data.

content/docs/basic-input-output.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Java Basic Input and Output
3-
description: In this tutorial, you will learn simple ways to display output to users and take input from users in Java.
3+
description: Complete guide to Java input/output with examples. Learn System.out.println, Scanner class, print vs println, and user input techniques.
4+
icon: Terminal
45
---
56

67
## Java Output

0 commit comments

Comments
 (0)