Computer Science, asked by varaprasadk39, 5 months ago

What will be the output of the following code snippet:
using System;
public class Program
{
public static void Main(string] args)
{
Program p = new Program();
p.print(2, 3, 8);
int/ arr = { 2, 11, 15, 20).
p.print(arr).
I
Console.ReadLine();
)
public void print(params int[] b)
{
foreach (int i inb)
{
Console.WriteLine(i);

}}}​

Answers

Answered by gourmadhusingh2003
0

Answer:

hcihoohhihohohohogigufufyfu

1562 {?}^{?}

Similar questions