by Brian Leakey | Aug 9, 2022 | Programming
Rename the style.css file to style_YourName.css In the style_YourName.css file: • Style the heading H1 with: o color: #7e5025 o normal, 19 pixels, margin 0px and padding in the top of 5px and bottom 10px • Style the heading H2 with: o color: #2d7513 o bold, 12...
by Brian Leakey | Aug 9, 2022 | Programming
Rename the index.html file to index_YourName.html Link the style_YourName.css of the CSS session to the html page In the index_YourName.html file: • Fill out the information about the project and yourself at the top of the html page • Complete the Navigation Code o...
by Brian Leakey | Aug 5, 2022 | Programming
Write a function notes to convert an amount of cash in euro (no cents) to separate denominations of €50, €20, €10 and €5 notes.
by Brian Leakey | Aug 5, 2022 | Programming
Write a function notes to convert an amount of cash in euro (no cents) to separate denominations of €50, €20, €10 and €5 notes.
by Brian Leakey | Aug 5, 2022 | Programming
a) Explain the difference between passing by value and passing by reference in functions. Use simple examples to help explain your answer. b) Assume we have a 2 dimensional array of integer numbers (5 rows and 5 columns). Write software to: (i) Declare the...
by Brian Leakey | Aug 5, 2022 | Programming
a) Explain the difference between passing by value and passing by reference in functions. Use simple examples to help explain your answer. b) Assume we have a 2 dimensional array of integer numbers (5 rows and 5 columns). Write software to: (i) Declare the...