Challenge 2011-10
Easy Challenge Write a program that will convert an English (or other language) sentence into Morse Code. Your Morse Code should separate each letter with a… Leggi tutto »Challenge 2011-10
Easy Challenge Write a program that will convert an English (or other language) sentence into Morse Code. Your Morse Code should separate each letter with a… Leggi tutto »Challenge 2011-10
Easy Challenge 1 Write a program to write out the current date and time in this format (date format my vary if you are in… Leggi tutto »Challenge 2012-01
First Steps Write a program that converts centimetres into inches and inches into centimetres. The user should select which conversion they wish to do and… Leggi tutto »Challenge 2012-02
Easy Challenge 1 Write a number guessing game. The program selects a random number between 1 and 100 and asks the player to guess it. The… Leggi tutto »Challenge 2012-03
Challenge 1 Use the stack to reverse a list of numbers entered by a user. Challenge 2 Use a While loop to find the first… Leggi tutto »Challenge 2012-04