Community Profile

photo

Md. Intesar Farhan Labib


Last seen: 2 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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=...

3 years ago | 1