subject

(The Stock class) Design a class named Stock that contains: • A string data field named symbol for the stock’s symbol.
• A string data field named name for the stock’s name.
• A double data field named previousClosingPrice that stores the stock price for the
previous day.
• A double data field named currentPrice that stores the stock price for the current time.
• A constructor that creates a stock with the specified symbol and name.
• A method named getChangePercent() that returns the percentage changed from
previousClosingPrice to currentPrice.
Draw the UML diagram for the class and then implement the class. Write a test program that
creates a Stock object with the stock symbol ORCL, the name Oracle Corporation, and the
previous closing price of 34.5. Set a new current price to 34.35 and display the price-change
percentage.

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 21:30, allierl2001
Felicia wants to become a head surgeon by december 2013. she designs the career milestones that she would need to complete her goal. by june 2013, she was not licensed. which best describes what she should do?
Answers: 2
image
Computers and Technology, 23.06.2019 17:00, Alexaisokay1
In which of the following ways can using test-taking tips you? a. you can focus on the information that you need to study. b. you will see the answers to the test. c. you will study more. d. you will be less organized.
Answers: 1
image
Computers and Technology, 24.06.2019 08:30, 5theth
Intellectual property rights are exclusive rights that protect both the created and the creation. ipr offers exclusively what benefits to the person or people covered by it
Answers: 3
image
Computers and Technology, 24.06.2019 17:30, mariahdelossantos031
Which computer network component connects two different networks together and allows them to communicate? a is a node (or a device) that connects two different networks together and allows them to communicate.
Answers: 2
You know the right answer?
(The Stock class) Design a class named Stock that contains: • A string data field named symbol for...

Questions in other subjects: