As you may know people learn in different ways. Some learn by audio, hands on, and simply just reading. When he says textspeak it more than likely means the text will be read to you in a way you would understand better.
Answer:
"Classification" is the correct answer to this question.
Explanation:
Classification is primarily a method of data processing, it makes easy for information to be separated and divided into a different business or personal goals by the data set demands.
- It's also known as a mechanism of sorting or identifying information in different types of aspects or groups in the categorization of data.
- It is used to allocate the confidential information to the level of sensitivity.
The answer is projectile. Handguns and rifles use a cartridge having a single projectile or bullet. Shotguns use a shot shell comprising either a single bullet or a big number of small projectiles (shot or pellets). Though, the basic components of cartridges and shot shells are alike.
Answer:
public static void main(String[] args) {
String ing[] = {"ten","fading","post","card","thunder","hinge","trailing","batting"};
for (String i: ing){
if (i.endsWith("ing")){
System.out.println(i);
}
}
}
Explanation:
The for-loop cycles through the entire list and the if-statement makes it so that the string is only printed if it ends with "ing"
If it's MS Word (it probably is), then it's Alt + F7