how to create a method in n number of parameters in c#
Answers
Answered by
1
Step-by-step explanation:
Methods with a Variable Number of Parameters ... System.out.printf("%d %s", new Object[] { new Integer(n), "widgets" } );. You can ... If you like, you can even declare the main ...
Similar questions