April 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

Java Loops I - Hacker Rank Solution

Problem Objective In this challenge, we're going to use loops to help us do some simple mat...

CodeWorld19 26 Apr, 2020 2

if-else Statement in C

Topic : if-else Statement OBJECTIVES : In this section we have learn about...

CodeWorld19 24 Apr, 2020 8

Comment in C

Topic : Comment in C Objectives In this section we have learn about the comment in C L...

CodeWorld19 23 Apr, 2020 1

Pointer in c++ - Hacker Rank Solution

Problem Objective In this challenge, you will learn to implement the b...

CodeWorld19 21 Apr, 2020

Arrays Introduction in C++ - Hacker Rank Solution

Arrays Introduction in C++ - Hacker Rank Solution  Problem An array is a series ...

CodeWorld19 20 Apr, 2020 2

Java If-Else - Hacker Rank Solution

Java If-Else - Hacker Rank Solution Problem In this challenge, we test your knowledg...

CodeWorld19 19 Apr, 2020 11