Hôm bữa học về em có làm thử code PT đến bậc 2 như thế này:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Solving
{
class PTBac_2
{
public float a, b, c;
public float x1, x2;
private float delta;
public int k;
public void PTBac2()
{
delta =...