lesson1_NML.zip
Assignments iau
Create the diagram pages from the lesson. In each place a header identifying the page. The menu must be placed in an include file to be used from all pages.
Consider linking upwards. What is necessary? Do you want to use bread crumbs? Do you want to link horisontally?
Create the required pages in such a way that all links work!
Write a program that throws a die. The outcome of a throw is an integer between 1 and 6. Make the throw itself as output of a function. Test.
When the function works, make 100 throws and calculate the relative frequencies of ones, twos, etc. Present the result in a nicely formatted table.