Created
August 3, 2015 16:23
-
-
Save jbma/520d9b8d3121c1f36883 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exercice #1 | |
- Create 3 books associated arrays which sould contains : the name of the book, the author, and a rating (1,2,3,4 or 5) | |
- Create a $books array wich contains your 3 books | |
- Display the name of all the books |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment