Answer:
Clipper Chip Kerberos National Information Infrastructure (NII)
Explanation:
The Clipper chip was developed by the NSA (National Security Agency) for enciphering and deciphering messages. It was promoted for voice transmission in telecommunications companies. The Clipper chip was announced in 1993, not all consumers and manufacturers embraced it and only last to 1996.
 
        
             
        
        
        
People would get skin cancer very easily, plants would start to die off, water would start to evaporate, and the world would be in danger.
        
                    
             
        
        
        
This is a java program with a class called Sum1.
Explanation:
While loop is used to add 10 number. 
import java.util.Scanner;
public class Sum 1
{
    public static void main(String args[])
    {
        int number, count, sum = 0;
        Scanner s = new Scanner(System.in);
        System.out.print("Enter the number:");
        number = s.nextInt();
        while(number > 0)
        {
            count = number % 10;
            sum = sum + n;
            number = number / 10;
        }
        System.out.println("Sum of Digits:"+sum);
    }
}