videos
folder. Make the view appear at the bottom of this page.Use the Books dictionary for this set of exercises
readBookTitle()
that takes the following parameters:
title
of each book along with the ISBN
to the
console.
readBookAuthor()
that takes the following parameters:
author
of each book along with the title
to the
console.
readBookPublisher()
that takes the following parameters:
publisher
of each book along with the title
and author to the
console.
changeBookTitle()
that takes the following parameters:
readBookTitle()
TWICE in the main routine to printout the and prints out the title
of each book BEFORE and AFTER the changes.
changeBookauthor()
that takes the following parameters:
readBookPublisher()
TWICE in the main routine to printout the and prints out the title
of each book BEFORE and AFTER the changes.
Put your evidence here: