-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maksim silin task 1 #46
base: Maksim_Silin
Are you sure you want to change the base?
Conversation
|
||
public override string Shot() | ||
{ | ||
Clip--; |
There was a problem hiding this comment.
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?
CourseApp/Program.cs
Outdated
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]; |
There was a problem hiding this comment.
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?
Invalid workflow file : .github/workflows/dotnetcore.yml#L9 |
No description provided.