/ assign1 / README.md
README.md
 1  ---
 2  title: Assignment 1
 3  subtitle: Hello
 4  launch-date: 2024-09-11T06:15Z
 5  due-date: 2024-09-27T21:59Z
 6  date: 2024-09-18T08:34Z
 7  ---
 8  
 9  Write a program that asks for the user's name, and then greets them with their name.
10  
11  Example output:
12  
13  > What is your name? [Harry]{.yellow}
14  >
15  > Nice to meet you, Harry!
16  
17  Note: the [yellow]{.yellow} part is what the user types in,
18  i.e., you have to use input (do not just print the example)!
19  
20  Remember (always) to **comment your program**!
21  
22  ----
23  
24  ```{.java include="Greeting.java" code-line-numbers="true"}
25  ```
26  
27  [Source](https://app.radicle.xyz/nodes/ash.radicle.garden/rad:z3YzABgyz2D36LiKe3YcdJ6PcDCXM/tree/assign1/README.md)