From f491abca52620545e53d262c59f8d9f6c55d1099 Mon Sep 17 00:00:00 2001 From: Jakob Papirov Date: Sat, 8 Jan 2022 10:29:45 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 42aad75..4cc0452 100644 --- a/README.md +++ b/README.md @@ -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.