Friday, November 20, 2015

Sunday, November 8, 2015

Week 2: Nov 7th 2015


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

Week 1: Oct 31st 2015


Makled, Maged

Nov 1 (7 days ago)
to AbshirMohamednuradinahmed20.mohammadgas15olyad33me
Salam Guys,

First homework

create a calculator by creating 4 ruby functions

1. Addition takes 5 arguments from which 2 is required and 3 are optional and it return the total
2. Subtraction takes 5 arguments from which 2 is required and 3 are optional and it return the total
3. Multiplication takes 5 arguments from which 2 is required and 3 are optional and it return the total of multiplications
4. Division takes only two arguments and it return the division



Link to the books

https://www.dropbox.com/sh/pf3pjos9pvi4fc4/AADccmxsyJK6ibMg0E-Q9if0a?dl=0


Please read chapter 3 from the Ruby book.


Thanks