-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa603c5
commit f491abc
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
# Rosetta_Stone | ||
This repo will contain programs translated into multiple programming languages. | ||
|
||
## Hello World | ||
The "hello world!" program. | ||
|
||
## basicMath | ||
In this program the user is asked for his/hers name, if the input is blank ("") then a default name if set. | ||
The user is asked to input one number, then another and finally is asked to sum the two numbers given. | ||
If the user answers correctly, they'll be greeted by a "well done"-message. If not correct, then a "Incorrect"-message will display as well as the correct answer. | ||
|
||
# When time permits I'll use this in a WebDev project. |