A book publisher wants to create catalogue codes for each book they print.
Figure 5 shows some of the books.
| bookID | title | publisher |
|---|---|---|
| B1 | THE HOBBIT | GEORGE ALLEN |
| B2 | FRANKENSTEIN | LACKINGTON |
| B3 | DRACULA | CONSTABLE |
A catalogue code is made up of the:
bookIDtitlepublisherFor example:
Write a VB.NET program to create the catalogue code for a book.
The program should:
bookID, title and publishercodeYou should use meaningful variable name(s) and VB.NET syntax in your answer.
89 exam-style questions on AQA GCSE Computer Science String handling operations in a programming language. Each one has a worked solution and a mark scheme showing where the marks go.