LaunchCodeEducation / LaunchCodeEducation/skills-back-end-java
Java syntax issue, Unit 3 Chapter 3: Control Flow
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 18
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
In the elif/else if section, the following typo exists:
public class ElseIf {
public static void main(String args[])
It should be (String[] args), as you are making an array of strings named args, correct?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate Unit 3 Chapter 3, Control Flow, and open the elif/else if section containing the ElseIf example. Verify the Java parameter declaration and correct the documented syntax so the array declaration is shown consistently; done means the example is accurate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100