Skip to content

Mikolaj Baran C#EX3 - csharp-fundamentals-constructors-overloading#59

Open
mkmbaran wants to merge 1 commit intoboolean-uk:mainfrom
mkmbaran:main
Open

Mikolaj Baran C#EX3 - csharp-fundamentals-constructors-overloading#59
mkmbaran wants to merge 1 commit intoboolean-uk:mainfrom
mkmbaran:main

Conversation

@mkmbaran
Copy link

No description provided.


public string multiply(string a, int b)
{
return null;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remember to finish


public int[] multiply(string[] a, int b)
{
return null;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remember to finish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants