Math, asked by Debasish9515, 1 year ago

how to create a method in n number of parameters in c#

Answers

Answered by gauravarduino
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