photo

Md. Intesar Farhan Labib


Last seen: 5개월 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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년 초과 전 | 1