Skip to content

Maksim silin task 1#46

Open
s1max wants to merge 7 commits into
ISUCT:Maksim_Silinfrom
s1max:Maksim_Silin
Open

Maksim silin task 1#46
s1max wants to merge 7 commits into
ISUCT:Maksim_Silinfrom
s1max:Maksim_Silin

Conversation

@s1max
Copy link
Copy Markdown

@s1max s1max commented Dec 10, 2021

No description provided.

Comment thread CourseApp/Pistol.cs

public override string Shot()
{
Clip--;
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.

can we decrease it lower than 0?

Comment thread CourseApp/Program.cs Outdated
Comment on lines +11 to +13
public static (double x)[] TaskA(double a, double xn, double xk, double dx)
{
var res = new(double, double)[(int)Math.Ceiling((xk - xn) / dx) + 1];
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.

Use list already
Why do we need to return array of tuples?

@jskonst
Copy link
Copy Markdown
Contributor

jskonst commented Dec 11, 2021

Invalid workflow file : .github/workflows/dotnetcore.yml#L9
You have an error in your yaml syntax on line 9

@jskonst
Copy link
Copy Markdown
Contributor

jskonst commented Dec 18, 2021

image
Bad Commits naming

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