Chapter 1. Introduction
- Dominant language
- Java
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
"class Test {
public static void main(String[] args) {
for (int i = 0; i < args.length; i++)
System.out.print(i == 0 ? args[i] : " " + args[i]);
System.out.println();
}
}"
https://docs.oracle.com/javase/specs/jls/se21/html/jls-1.html#:~:text=class%20Test%20%7B%0A%20%20%20%20public%20static%20void%20main(String%5B%5D%20args)%20%7B%0A%20%20%20%20%20%20%20%20for%20(int%20i%20%3D%200%3B%20i%20%3C%20args.length%3B%20i%2B%2B)%0A%20%20%20%20%20%20%20%20%20%20%20%20System.out.print(i%20%3D%3D%200%20%3F%20args%5Bi%5D%20%3A%20%22%20%22%20%2B%20args%5Bi%5D)%3B%0A%20%20%20%20%20%20%20%20System.out.println()%3B%0A%20%20%20%20%7D%0A%7D
Contributor guide
No contributing guide indexed for this repository
Research direction
Read the Java Language Specification Chapter 1 link and compare it with the supplied Test class example. The issue does not identify a repository file, documentation format, requested change, or completion criterion, so the target location and definition of done must be established before work can begin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100