Skip to content

Commit

Permalink
Задание
Browse files Browse the repository at this point in the history
  • Loading branch information
stden committed May 23, 2015
1 parent bc5e479 commit d183414
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# QuadraticEquation
Решение квадратного уравнения на Java
=====================================

ax^2 + bx + c = 0

* Вводим с клавиатуры или из файла коэффициенты: **a**, **b** и **c**
* Выводим весь процесс решения и результаты (значения x) на экран (в консоль) или в файл

Рассмотреть все варианты, например: a = 0, b = 0, c = 0 => x - любое

0 comments on commit d183414

Please sign in to comment.