Answer:
Improved performance.
Reduced system load.
Protection for source code and programs.
Improved productivity and quality.
Portability of compiled programs.
SAA compliance checking.
Answer:
I know its kinda late, but the answer is (B. Insert) on edg 2021.
Explanation:
Answer:
<em>import java.util.Scanner;</em>
<em>public class ANot {</em>
<em> public static void main(String[] args) {</em>
<em> Scanner in = new Scanner(System.in);</em>
<em> System.out.println("Please enter a string of words");</em>
<em> String n = in.nextLine();</em>
<em> int count = 0;</em>
<em> for (int i=0; i<n.length(); i++){</em>
<em> if((n.charAt(i) != '.') &&(n.charAt(i) != ',') && (n.charAt(i) != ' ')){</em>
<em> count++;</em>
<em> }</em>
<em> }</em>
<em> System.out.println(count);</em>
<em> }</em>
<em>}</em>
Explanation:
- Prompt User to input the string and assign to a variable
- SET count =0.
- Using a for loop iterate over the string
- if((n.charAt(i) != '.') &&(n.charAt(i) != ',') && (n.charAt(i) != ' ')) then count =count +1.
- PRINT count.
Because if people communicate freely, then inappropriate things might be said between them. Some words might even hurt others. Then there is also the case of when someone shares their personal information. If they share personal information, then that person might be at risk of people finding them. Not everyone is who they say they are online and because of this, people need to be careful. Even if someone they are talking to seems trusting.