Latest Posts

Latest Posts

Bitwise Operators in C - Hacker Rank Solution

Bitwise Operators in C - Hacker Rank Solution Problem Objective   This challenge will let you learn about bitwise operators...

CodeWorld19 5 May, 2020 4

Variable Sized Arrays in C++ - Hacker Rank Solution

Variable Sized Arrays in C++ - Hacker Rank Solution Problem Consider an n-element array, a , where each index i in the ar...

CodeWorld19 4 May, 2020 2

Strings in C++ - Hacker Rank Solution

Problem C++ provides a nice alternative data type to manipulate strings, and the data type is conveniently called string. Some of...

CodeWorld19 2 May, 2020 1

For Loop in C++ - Hacker Rank Solution

Problem Objectives A for loop is a programming language statement which allows code to be repeatedly executed. The syntax f...

CodeWorld19 2 May, 2020

Functions in C++ - Hacker Rank Solution

Problem Functions are a bunch of statements glued together. A function is provided with zero or more arguments, and it execut...

CodeWorld19 30 Apr, 2020 6

Java Stdin and Stdout II in Java - Hacker Rank Solution

Problem In this challenge, you must read an integer , a double , and a String from stdin, then print the values according to the...

CodeWorld19 28 Apr, 2020

Sum of Digits of a Five Digit Number in C - Hacker Rank Solution

Problem Objectives In order to get the last digit of a number, we use modulo operato...

CodeWorld19 27 Apr, 2020 12

Hello World in C - Hacker Rank Solution

"Hello World!" in C - Hacker Rank Solution Problem Objectives In this challenge, we will learn some basic co...

CodeWorld19 26 Apr, 2020 1