You are going with a group of students on a cruise of the Baltic Sea. You will stop in many of the countries from Copenhagen, Denmark, head- ing counterclockwise eventually to Norway. These Language Arts and Java Algorithm Exposition Claudio Divizia/Shutterstock.com /* Application that tells what currency is used when a country name is clicked by the user Student Name Date */ //Set up the program Display a list of countries that can be clicked with a mouse. Code a message box to display the name of the currency. // Output the results If Denmark is clicked Then change the message to Danish krone Else if Germany is clicked Then change the message to euro Else if Poland is clicked Then change the message to Polish zloty Else if Estonia is clicked Then change the message to euro Else if Russia (St. Petersburg) is clicked Then change the message to ruble Else if Finland is clicked Then change the message to euro Else if Sweden is clicked Then change the message to Swedish krona Else if Norway is clicked Then change the message to Norwegian krone Assignment Examine the pseudocode shown above. De- scribe this algorithm in paragraph form. Assume the reader is not a computer programmer. Write in complete sentences, and follow grammar rules for Standard English. Be sure to introduce the topic. countries use different forms of currency. The ex- pression of an algorithm is called pseudocode. The following is the pseudocode for a program that tells you what form of currency is used in each country. Chapter 1 Computational Thinking 17 Copyright Goodheart-Willcox Co., Inc.