Skip to content

Conversation

yinegve
Copy link

@yinegve yinegve commented Nov 18, 2019

No description provided.


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 };
Copy link
Collaborator

Choose a reason for hiding this comment

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

Измените весь код для использования коллекций вместо массивов

Copy link
Collaborator

Choose a reason for hiding this comment

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

🔧

@jskonst jskonst changed the base branch from master to Evgenij_Satyev December 2, 2019 05:26
Copy link
Collaborator

@jskonst jskonst left a comment

Choose a reason for hiding this comment

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

🔧


[Fact]
public void TestNormalA()
{
Copy link
Collaborator

Choose a reason for hiding this comment

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

Нет тестов на задачу А и В


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 };
Copy link
Collaborator

Choose a reason for hiding this comment

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

🔧

}
else
{
Console.WriteLine("Enter correct kalibr");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Бросайте exception

@jskonst jskonst merged commit 5759567 into ISUCT:Evgenij_Satyev Dec 17, 2019
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