photo

Md. Intesar Farhan Labib


Last seen: 5 mois il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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=...

plus de 3 ans il y a | 1