Articles by Tag #8kyu

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

If you can't sleep, just count sheep!!

Instructions: If you can't sleep, just count sheeps!! Task: Given a non-negative integer, 3 for...

Learn More 1 0Apr 25

Student's Final Grade

Instructions: Create a function finalGrade, which calculates the final grade of a student...

Learn More 0 2Jun 2

Remove String Spaces

Instructions: Write a function that removes the spaces from the string, then return the resultant...

Learn More 0 0Mar 21

Transportation on vacation

Instructions: After a hard quarter in the office you decide to get some rest on a vacation. So you...

Learn More 0 0Mar 17

DNA to RNA Conversion

Instructions: Deoxyribonucleic acid, DNA is the primary information storage molecule in biological...

Learn More 0 0Mar 31

Convert boolean values to strings 'Yes' or 'No'.

Instructions: Complete the method that takes a boolean value and return a "Yes" string for true, or a...

Learn More 0 0Apr 22

Double Char

Instructions: Given a string, you have to return a string in which each character...

Learn More 0 0Jun 1

Convert a Number to a String!

Instructions: We need a function that can transform a number (integer) into a string. What ways of...

Learn More 0 0Apr 21

Correct the mistakes of the character recognition software

Instructions: Character recognition software is widely used to digitise printed texts. Thus the texts...

Learn More 0 0Mar 18

Opposites Attract

Instructions: Timmy & Sarah think they are in love, but around where they live, they will only...

Learn More 0 0May 27

Difference of Volumes of Cuboids

Instructions: In this simple exercise, you will create a program that will take two lists of...

Learn More 0 0Apr 20

Reversed Strings

Instructions: Complete the solution so that it reverses the string passed into it. 'world' => ...

Learn More 0 0Mar 19

Powers of 2

Instructions: Complete the function that takes a non-negative integer n as input, and returns a list...

Learn More 0 0Apr 19