30 Days of Code HackerRank Solutions
30 Days of Code HackerRank Solutions. Here is the list of all HackerRank Problems from day 0 to day 29. 30 days of code...
Hackerrank Day 5 : loops 30 days of code solution
In this Hackerrank Day 5 : loops 30 days of code solutionn.TaskGiven an integer,n, print its first 10 multiples. Each multiple n * i (where 1<=i<=10) should be printed on...
Hackerrank Day 6 : Let’s Review 30 days of code solution
In this Hackerrank Day 6 : Let's Review 30 days of code solution .TaskGiven a string, S, of length N that is indexed from...
Hackerrank Day 7 : Arrays 30 days of code solution
In this Hackerrank Day 7 : Arrays 30 days of code solution .TaskGiven an array, A, of N integers, print A's elements in reverse order as a single line of space-separated numbers.ExampleA...
Hackerrank Day 0 : Hello World 30 days of code solution
In this HackerRank Day 0 Hello World 30 days of code problem, we need to develop a program that prints the Hello, World message on the output...
HackerRank Day 1 : Data types 30 days of code solution
In this HackerRank Day 1 : Data types 30 days of code solution , we need to develop a program that accepts an integer, double, ...
HackerRank Day 2 : Operators 30 days of code solution
In this HackerRank Day 2 : Operators 30 days of code solution ,in this problem.TaskGiven the meal price (base cost of a meal), tip percent (the percentage of the meal price being...
Hackerrank Day 3 : Intro to conditional statements solution
In this Hackerrank Day 3 : Intro to conditional statements solution , we learn about conditional statements.TaskGiven an integer, , perform the following conditional actions:If ‘n‘ is...
Hackerrank Day 4 : Class vs. Instance 30 days of code solution
In this Hackerrank Day 4 : Class vs. Instance 30 days of code solution.TaskWrite a Person class with an instance variable, age, and a...
Hackerrank Day 8 : Dictionaries and Maps 30 days of code solution
In this Hackerrank Day 8 : Dictionaries and Maps 30 days of code solution we’re learning about Key-Value pair mappings using a Map or Dictionary data structure. TaskGiven n names and phone numbers, assemble...