photo

Md. Intesar Farhan Labib


Last seen: 5 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Write a program in a script file that determines the real roots of a quadratic equation
clc clear all close all a= input("Co-efficient of x^2: "); b= input("Co-efficient of x: "); c=input("Contant term: "); d=...

más de 3 años hace | 1