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.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
55/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
java
Domain
documentation

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.

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?

Dominant language
No language data
Stars
18
Forks
31
PR merge metrics
No merged PRs in 30d

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.

More from LaunchCodeEducation/skills-back-end-java

All issues in LaunchCodeEducation/skills-back-end-java

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.