Answer:
answer for number A is
2. the ability to be either relative or absolute
B. 2 bytes
C. in a buffer
Explanation:
Macros can carry viruses that can harm a computer.
the answers are:
• maintaining technical competency
• teaching others about technology
Answer:
The following code completes the program
for (i = 0; i < userValues.length; i++) {
if(userValues[i] == matchValue){
nuMatches++;
} }
System.out.println(nuMatches);
Explanation:
<em>The question is poorly formatted. So, I correct the poorly formatted program segment and I complete the missing part of the program.</em>
<em>See attachment for complete program.</em>
The explanation is as follows:
This iterates through the array
for (i = 0; i < u s e r V a l u e s. length; i++) {
This checks if the current array element is the same as the match value
if(userValues[i] == matchValue){
If yes, the number of matches is increased by 1
nuMatches++;
} }
This prints the number of matches
System.out.println(nuMatches);
Data is a way to record stuff that one