It is safe to give out information that the other user can't use to track you. Generally, these include favorite music, favorite bans, hobbies.
It is never safe to give our personal and identifying information about yourself. This includes your full name (in most cases), place of residence, or any other contact information you may have - such as social media information.
D. Favorite music
Here you go,
class Program
{
static void Main(string[] args)
{
int n,i,j;
Console.Write("Enter size: ");
n = Convert.ToInt32(Console.ReadLine());
for (i = 1; i <= n; i++)
{
for (j = 1; j <= i; j++)
{
System.Console.Write("*");
}
System.Console.Write("\n");
}
Console.ReadLine();
}
}
Answer:
processor, primary storage, secondary storage, input devices and output devices
Explanation:
processor, primary storage, secondary storage, input devices and output devices are the five parts of computer hardware that can be found in most computer systems