Skip to content
View Rohesa123's full-sized avatar
💤
Sleep
💤
Sleep

Block or report Rohesa123

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Rohesa123/README.md

Just Try this code in Java Playgound :

public class Profile {

    public static void main(String[] args) {
    
        String name = "Rohesa Sidiq Permana";
        String[] interestedIn = {"PHP","Java","JavaScript","Dart"};
        String[] learning = {"PHP","Java","PostgreSQL","MySQL","HTML","CSS","JavaScript","Dart"};
        
        System.out.println(" Hi, I'm " + name + "\n");
        
        System.out.print(" I'm interested in ");

        for (int i = 0; i < interestedIn.length; i++) {
            if ( i < (interestedIn.length - 1)) System.out.print(interestedIn[i]+", ");
            if ( i == (interestedIn.length - 1)) System.out.print("And "+interestedIn[i]+" \n");
        }

        System.out.print("\n I'm currently learning ");

        for (int i = 0; i < learning.length; i++) {
            if ( i < (learning.length - 1)) System.out.print(learning[i]+", ");
            if ( i == (learning.length - 1)) System.out.print("And "+learning[i]+" \n");
        }
        
    }
    
}

Popular repositories Loading

  1. Rohesa123 Rohesa123 Public

    Config files for my GitHub profile.

  2. UAS UAS Public

    PHP

  3. Belajar-Laravel Belajar-Laravel Public

    PHP

  4. pkl-apps pkl-apps Public

    JavaScript

  5. Soal-Gist Soal-Gist Public

    PHP

  6. latihan_git latihan_git Public

    Forked from virgi-septian/latihan_git

    HTML