Posts by Daniel Garcia Quevedo • 13 points
1 post
-
1
votes1
answer89
viewsQ: Method overload in C#
I am learning about overload methods in C# and would like to create a simple program that reads a user’s age and name, but would like to create two methods with the same name (overload) where…