Skip to content

add some line to define the output - #6

Open
guleri24 wants to merge 1 commit into
caveofprogramming:masterfrom
guleri24:patch-1
Open

add some line to define the output#6
guleri24 wants to merge 1 commit into
caveofprogramming:masterfrom
guleri24:patch-1

Conversation

@guleri24

Copy link
Copy Markdown

add some lines to define the output

add some lines to define the output
@HarrisMBrad

Copy link
Copy Markdown

public commit Application {

public static void main(String[] args) {
        int myCommit;

        myCommit = "This is a primitive type";

        System.out.PrintLn(myCommit)

}

Comment thread 14 - Arrays/src/App.java
System.out.println(values[1]);
System.out.println(values[2]);

System.out.println("values present in array values using for loop are as follow:");

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a repetition of the below code?

 System.out.println("values present in array values using for loop are as follow:");
        for(int i=0; i < values.length; i++) {
            System.out.println(values[i]);
        }

@jfullstackdev jfullstackdev left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line of code commented

注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

3 participants