LaunchCodeEducation / LaunchCodeEducation/skills-back-end-java

Java syntax issue, Unit 3 Chapter 3: Control Flow

Open
#23 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.