Divided classes appended them to one main

This commit is contained in:
2024-11-06 13:50:50 +01:00
parent 918246c55d
commit 677aa8a90f
2 changed files with 37 additions and 10 deletions

View File

@@ -54,16 +54,9 @@ public:
}
}
private:
float a, b;
vector<float> x ,y;
};
int main()
{
Newton first;
first.readFromFile("input.txt");
// first.wyswietl_x_y();
first.wyswietl_tabela();
return 0;
}
};