Answer:
Best Regards to all of the people who have met you in the class 
 
        
             
        
        
        
Your parents,your school,google,your social media accounts
        
             
        
        
        
B is your answer meteoroids are small space rocks they are usually pieces of asteroids or comets
        
             
        
        
        
Answer:
It goes like:
public class Program
{
 
 public static void main(String[] args) 
 {
 int j=18; 
 int sum=0; 
 for (int i =1; i<7; i++)
 {
 sum=sum+(i*(j-2)); 
 j=j-2;
 }
 
 
 System.out.println(sum);
 }
}
Explanation:
<u>Variables used: </u>
j : controls the first number in product and decreases by 2 each time the loop runs.
sum: saves the values of addition as the loop runs.
 
        
             
        
        
        
Answer:
It defines five ICMPv6 packet types for router solicitation,router advertisement,neighbor solicitation,neighbor advertisement,and network redirects.
Explanation: