We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e5511 commit 689b533Copy full SHA for 689b533
problem1.md
@@ -1 +1,16 @@
1
+### Hello World.
2
3
+Let's write an app that we will call Hello World.
4
+
5
+Our client is asking for the following features:
6
7
+1. The user should be able to input a name and a language.
8
+ * The output should be something like:
9
+ * "Hello, Brian!" or "Hello, Mary!"
10
+ * "<greeting>, <name>!"
11
+ * Languages requested support are English, Hebrew, and Spanish.
12
+ * nonenglish greetings are :
13
+ * Hebrew: Shalom
14
+ * Spanish: Hola
15
+2. If the user doesn't choose a language, then English is assumed.
16
+3. If a user doesn't choose a name, then the word "World" is assumed.
0 commit comments