-
Notifications
You must be signed in to change notification settings - Fork 23
Evgenij Satyev #33
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
Evgenij Satyev #33
Conversation
CourseApp/Function.cs
Outdated
|
||
var xB = new double[] { 0, 1, 2, 3 }; | ||
var taskB = TaskB(2, 3, xB); | ||
var xB = new double[] { 0.2, 0.3, 0.38, 0.43, 0.57 }; |
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.
Измените весь код для использования коллекций вместо массивов
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.
🔧
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.
🔧
CourseApp.Tests/DemoTest.cs
Outdated
|
||
[Fact] | ||
public void TestNormalA() | ||
{ |
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.
Нет тестов на задачу А и В
CourseApp/Function.cs
Outdated
|
||
var xB = new double[] { 0, 1, 2, 3 }; | ||
var taskB = TaskB(2, 3, xB); | ||
var xB = new double[] { 0.2, 0.3, 0.38, 0.43, 0.57 }; |
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.
🔧
CourseApp/Pistol.cs
Outdated
} | ||
else | ||
{ | ||
Console.WriteLine("Enter correct kalibr"); |
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.
Бросайте exception
No description provided.