Skip to content

limitlesswill/SoloLearn

Repository files navigation

SoloLearn icon SoloLearn

This is where I save some codes I wrote in SoloLearn under the name of


Code Coach

Easy
Code Coach Solution Description
Popsicles C

C++

C#

Java

Python
You can give the popsicles to the brothers and sisters because they would each get the same amount
Halloween Candy C

C++

C#

Java

Python
If you visited four houses, one would be candy, two would be dollars, and one would be a toothbrush
Fruit Bowl C

C++

C#

Java

Python
Calculate number of pies that you can make with the apples that are in your bowl given to total amount of fruit in the bowl
Cheer Creator C

C++

C#

Java

Python
If your team gains 3 yards you would cheer 'Ra!' three times for that play
Skee-Ball C

C++

C#

Java

Python
Is points enough to buy the squirt gun at a price of 40 tickets
Paint Costs C

C++

C#

Java

Python
Calculate the total cost then rounded up to the nearest whole number
Argentina C

C++

C#

Java

Python
Convert currency and tell which one is lower after conversion
Gotham City C

C++

C#

Java

Python
If there are 7 criminals, you and Batman should handle this situation together
Hovercraft C

C++

C#

Java

Python
Determine whether or not you made a profit
Jungle Camping C

C++

C#

Java

Python
Based on the noise they make, determine which animals they are
Extra-Terrestrials C

C++

C#

Java

Python
If you flip howdy backwards you get ydwoh

Go up

Medium
Code Coach Solution Description
Pig Latin C

C++

C#

Java

Python
Take the first letter of
each word and put it on the end, then you add 'ay' to the end of that. ("road" = "oadray")
Deja Vu C

C++

C#

Java

Python
You want to know if you ever typed the same letter twice, or if they are all unique letters
The Spy Life C

C++

C#

Java

Python
Remove everything that isn't a letter or space from the original message and flip it around
Symbols C

C++

C#

Java

Python
Remove all symbols
That's odd... C

C++

C#

Java

Python
Find the sum of all even integers in a list of numbers
No Numerals C

C++

C#

Java

Python
Write the name of each number instead of using the numeral
Secret Message C

C++

C#

Java

Python
Replace each letter with
the corresponding letter in a backwards version of the alphabet
Military Time C

C++

C#

Java

Python
Convert from a 12 hour clock to
a 24 hour clock
Average Word Length C

C++

C#

Java

Python
Find out the average length of words
YouTube Link Finder C

C++

C#

Java

Python
Keep the video ID (the combination of letters and numbers at the end of the link)
Convert US date to EU date C

C++

C#

Java

Python
Convert all your dates to DD/MM/YYYY

Go up

Hard
Code Coach Solution Description
New Driver's License C

C++

C#

Java

Python
How many minutes that it will take to get new license
Password Validation C

C++

C#

Java

Python
Build a password evaluator
Security C

C++

C#

Java

Python
Look over the security diagrams to make sure that you always have a guard between the thief and the money

Go up


Code Bits


Certifications