Chapter 3 overview was completed in the class. Here is the homework from instructor.
Any comments are welcome, feel free to post below
Ruby work.
1. Create a function that takes one argument
2. The code should be able to check that the entry is a number between 0 and 23
3. Entries between 0-12 should print “Good Morning”
4. Entries between 12-16 should print “Good Afternoon”
5. Entries between 16-23 should print “Good Night”
6. Entries outside that range should print “Invalid Hour”
HTML Homework
1. Create an html webpage that serve as grocery list
2. Make sure you use a header tag (H1-H4)
3. Make sure you include multiple images as a list.
4. Make sure these images are clickable
5. The link could be to a Wikipedia page that has an image for example.
Thanks