Week 1
Suggestion 1 Write a program to ask a user for their name and output their name in reverse order. Such as: Input: James Output: semaJ… Leggi tutto »Week 1
Suggestion 1 Write a program to ask a user for their name and output their name in reverse order. Such as: Input: James Output: semaJ… Leggi tutto »Week 1
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