i think ur answer would be D: both A and B
Answer:
Rewrite the Espresso Counter program to Swap or interchange any two rows of the output. Copy and paste just the interchanged parts of the code. Compile and run the modified program. Copy and paste the new user interface output. Add a new row to the Espresso Counter user interface. Describe your modifications. Compile and run the new program. Copy and paste
1. Your modifications
2. Snapshots of your new counter interface.
Answer:
Option B: The text field x will have the value "Tiny Tim" and the user will be able to change its value.
Explanation:
- The first statement say: x.setEditable(true);
It will only change the property of the text present in x to editable. This means that whenever the text value needs to change the user can edit it.
- The second statement say: x.setText("Tiny Tim");
It will put the text "Tiny Tim" into the attribute x and present it as the output or result.
The storage device which is not a long-term storage device is: D. RAM.
<h3>Types of computer memory.</h3>
In Computer technology, there are two (2) main types of memory or storage location for software program (application) that are being used on a computer and these include the following;
- Read only memory (ROM)
- Random access memory (RAM)
<h3>What is RAM?</h3>
RAM is an abbreviation for random access memory and it can be defined as a volatile and temporary storage (memory) location that is used for currently opened software program (application) and computer data.
In conclusion, we can reasonably and logically deduce that the storage device which is not a long-term storage device is random access memory (RAM).
Read more on RAM here: brainly.com/question/13748829
#SPJ1