Udayacsmaterials.files.wordpress.com

DATE: REG NO: RA16310050200. WRITE A PROGRAM IN C# TO FIND THE ROOTS OF QUADRATIC EQUATION. AIM: To write a program in c# to find the roots of quadratic equation. PROGRAM: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Quadratic {class Program {static void Main(string[] args) {float a, b, c ... ................
................