Answer:
"Macro Instruction"
Explanation:
A macro definition is a rule or pattern that specifies how a certain input sequence should be mapped to a replacement output sequence according to a defined procedure. The mapping process that instantiates a macro use into a specific sequence is known as macro expansion.
It is a series of commands and actions that can be stored and run whenever you need to perform the task. You can record or build a macro and then run it to automatically repeat that series of steps or actions.
Answer:
import java.util.Scanner;
public class FindMatchValue {
public static void main (String [] args) {
Scanner scnr = new Scanner(System.in);
final int NUM_VALS = 4;
int[] userValues = new int[NUM_VALS];
int i;
int matchValue;
int numMatches = -99; // Assign numMatches with 0 before your for loop
matchValue = scnr.nextInt();
for (i = 0; i < userValues.length; ++i) {
userValues[i] = scnr.nextInt();
}
/* Your solution goes here */
numMatches = 0;
for (i = 0; i < userValues.length; ++i) {
if(userValues[i] == matchValue) {
numMatches++;
}
}
System.out.println("matchValue: " + matchValue + ", numMatches: " + numMatches);
}
}
Answer:
Option D
All the above
Explanation:
Depending with the number of occupants in a building, the number of air conditioners required can either be increased or reduced. For instance, if the building is to be a classroom of over 50 students, 1 air-conditioner can't serve effectively. Similarly, the activity of occupants also dictate the amount of air conditioners required since if it's a gym room where occupants exercise often then the air conditioners required is different from if the room was to serve as a lounge. The appliances that also operate in a room require that air conditioners be installed as per the heat that may be generated by the appliances.
Answer:
Part A: (d/D=0.1)
DeltaV percent=42.6%
Part B:(d/D=0.01)
DeltaV percent=21.7%
Explanation:
We are going to use the following volume flow rate equation:

Above equation can be written as:


First Consider no wire i.e d/D=0
Above expression will become:


Part A: (d/D=0.1)




DeltaV percent=42.6%
Part B:(d/D=0.01)




DeltaV percent=21.7%
Answer:
the president and mr.white my history teacher lol