Essential Question: How can i use operators in Java?
Mastery Objectives:
SWBAT use operators in Java.
SWBAT create methods and transfer data to those methods.
SWBAT perform calculation.
SWBAT be able to use the Scanner library.
Directions:
Create a program that converts 5 different currencies.
Turn in your handwritten pseudocode on paper.
Use the screenshots below to build your code.
Your code needs a menu for users to choose from.
You don't have to use the currencies given. You can use any of the following currencies: https://g.co/kgs/VvQW9n
Your project should be unique.
Please insert a comment explaining each section of code.
Please comment your name.
Take a screenshot of all of your code and submit it to canvas.
Your code needs to use methods to convert each currency.
Your code needs to convert from one currency to the other 4 currencies.
Use the currency rates from this website: https://g.co/kgs/VvQW9n
Use code.org, Unit 2 Lesson 16 Sandbox to type your code.
import java.util.Scanner;
Scanner myObj = new Scanner(System.in);
int choice = myObj.nextInt();