Skip to content

Lesson 03 homework_muhammad#28

Open
MuhammadMangitov wants to merge 2 commits intomasterfrom
lesson-03-homework
Open

Lesson 03 homework_muhammad#28
MuhammadMangitov wants to merge 2 commits intomasterfrom
lesson-03-homework

Conversation

@MuhammadMangitov
Copy link
Copy Markdown

No description provided.


static void GreetUserUz(string name)
#region MaxMethod
public static int Max1(int[] numbers, Predicate<int> predicate)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Max1 nimani bildiradi? Max2 qayerda, umuman bormi o'zi? Bo'lsa nima farqi bor?

Comment on lines +98 to +104
if (predicate(numbers[i]))
{
if (numbers[i] > max)
{
max = numbers[i];
}
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

iflar juda chuqur biriktirilgan.

#region WhereMethod

static void PrintGoodbye(string name)
public static void Where(int[] numbers, Predicate<int> predicate)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Metodni qaytarish toifasi noto'g'ri.

Copy link
Copy Markdown
Contributor

@Mirazyzz Mirazyzz left a comment

Choose a reason for hiding this comment

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

Talablar to'liq va to'g'ri bajarilmagan. Muammolarni qayta to'g'irlab chiqish kerak.

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