Values = [1.1, 10, 4.55, 30004, 0.2]
Answer:
Clock (int hours, boolean isTicking, int diff) // constructor clock
{
this.hours = hours;
// set the instance variable hours
this.isTicking = isTicking;
// set the boolean variable isTicking
this.diff =diff;
//set the instance variable diff
}
Explanation:
Here we declared a constructor clock which has 3 parameter hours,boolean isTicking,and diff.
The int hours, diff is of int type and isTicking is of boolean type. In this constructor, we set the instance variables values by using this keyword.
Based on the information given the data should be stored in flash memory.
<h3>
What is flash memory:</h3>
Flash memory is a memory storage space that is used to store data or information on a computer.
Flash memory is vital as it help to retain information or data that are stored on a computer after power is removed which inturn means that store data can be retrieve when needed.
Example of flash memory are:
Inconclusion the data should be stored in flash memory.
Learn more about flash memory here:brainly.com/question/6835146
Broken bones cost more, because hospital bills are a lot more than to get a computer fixed.