MDHacks has provided our begenir programmers with puzzles to complete and compete for prizes. Every time you complete a puzzle, submit your answer here and view your and your competitions progress here. Once you submit an answer check the leaderboard to see if you got it right. Good luck!
Some notes before you begin
- You can use any text based programming language
- When you submit don't worry about formatting or comments
Print out “Hello MDHacks” to the console
Print all the numbers from 1 to 100 into the console
Print all the even numbers from 1 to 100 into the console
Given an input of someone's name, print out a greeting
Example:
Enter a name: Bob
Hello Bob!
Convert these strings that have random upper case and lowercase letters into a string that has only lower case letters
Example: MdHaCks -> mdhacks
Given a range as an input, print all the numbers in between that range
Find the LCM of 2 given numbers
Find the GCF of 2 given numbers