Skip to content
View ClaudeTheDeveloper's full-sized avatar

Block or report ClaudeTheDeveloper

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

Popular repositories Loading

  1. Hackerrank_Test4_Java Hackerrank_Test4_Java Public

    Task Write a Person class with an instance variable, age, and a constructor that takes an integer,initialAge, as a parameter. The constructor must assign initialAge to age after confirming the argu…

    Java

  2. Hackerrank_Test6_Java Hackerrank_Test6_Java Public

    Task Given a string,S , of length N that is indexed from 0 to N - 1 , print its even-indexed and odd-indexed characters as space-separated strings on a single line (see the Sample below for more de…

    Java

  3. Hackerrank_Test7_Java Hackerrank_Test7_Java Public

    Task: Given an array, A, of N integers, print A's elements in reverse order as a single line of space-separated numbers. Input Format The first line contains an integer, N (the size of our array). …

    Java

  4. Hackerrank_Test8_Java Hackerrank_Test8_Java Public

    Task: Given names and phone numbers, assemble a phone book that maps friends' names to their respective phone numbers. You will then be given an unknown number of names to query your phone book for…

    Java

  5. Hackerrank_Test10_Java Hackerrank_Test10_Java Public

    Task: Given a base-10 integer,n , convert it to binary (base-2). Then find and print the base-10 integer denoting the maximum number of consecutive 1's in n's binary representation. Input Format A …

    Java

  6. Inheritance Inheritance Public

    Java