A marine biology research institute wants to create tracking codes for each specimen they catalog.
The table below shows some examples of cataloged specimens:
| specimenID | speciesName | locationFound |
|---|---|---|
| M41 | DOLPHIN | ATLANTIC |
| M42 | JELLYFISH | PACIFIC |
| M43 | ANEMONE | INDIAN |
A tracking code is made up of:
locationFoundspeciesNamespecimenIDFor example:
Write a VB.NET program to create the tracking code for a specimen.
The program should:
specimenID, speciesName, and locationFoundtrackingCodeYou should use meaningful variable names 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.