Popular repositories Loading
-
Hackerrank_Test4_Java
Hackerrank_Test4_Java PublicTask 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
-
Hackerrank_Test6_Java
Hackerrank_Test6_Java PublicTask 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
-
Hackerrank_Test7_Java
Hackerrank_Test7_Java PublicTask: 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
-
Hackerrank_Test8_Java
Hackerrank_Test8_Java PublicTask: 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
-
Hackerrank_Test10_Java
Hackerrank_Test10_Java PublicTask: 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
-
If the problem persists, check the GitHub status page or contact support.