Answer:
- import java.util.Arrays;
- import java.util.Scanner;
- 
- public class Main {
-     public static void main(String[] args) {
-         Scanner input = new Scanner(System.in);
-         double distances [] = new double[7];
- 
-         for(int i=0; i < distances.length; i++){
-             System.out.print("Input running distance for day " + (i+1) + ": ");
-             distances[i] = input.nextDouble();
-         }
- 
-         System.out.println(Arrays.toString(distances));
-     }
- }
Explanation:
The solution code is written in Java. 
Firstly, create a Scanner object to get user input for running distance (Line 6). Next, declare a distances array and set the array size to 7 because we intend to use this array to hold running distance for 7 days per week. 
Next, use the for loop that run for 7 times to repeatedly prompt user to input running distance for each day and store each value to the array distances (Line 9 -12).
At last, display the array to console terminal (Line 14).
 
        
             
        
        
        
1. Horsing around can lead to breaking equipment in the classroom or somebody getting hurt
2. leaving your backpack on the floor can cause someone to fall
3.something unexpected may happen and worsen the problem
4. it can corrupt the computer's files and deleted unsaved work.
if you want the sentences to be longer, add some words to them and make the message the same.
        
             
        
        
        
A. Blue. When you want to be viewed as trustworthy and cool you would use the color blue.
        
                    
             
        
        
        
Answer: Eyes and face
Explanation: The non-verbal communication defines the communication through the facial expression gesture, posture etc. This type of communication happens where there is no requirement or permission of being verbal or just to judge a person without having communication with them .The expression obtained from face are enough to determine the emotion of a person whether he/she is happy, sad or scared.