Actualités

//Take an array of names as input from the user and print them on the screen. import java.util.*; // imports the necessary utilities.
// (1) WAP to take array input from the user and print the elements.