Logo 
Search:

Adib Hashmi - Profile

Membership Level: Bronze
         
Name:Adib Hashmi User Status 
City:Hyderabad
State:Sindh
Country:Pakistan
Company/College:No Information
Website:Adib 's Website
Point Earned:20
Profile View:620
Date of Join:Wednesday, November 4, 2009
Yahoo Id:No Information
Gmail Id:No Information
MSN Id:No Information
 
About:
Adib Hashmi has not mentioned anything in about me section.
 
Recent Articles:
Program to calculate roots of 3 numbers using root1 = (-b + sqrt(discriminant))/(2.0*a) and root2 = (-b - sqrt(discriminant))/(2.0*a) formula
Posted On: Aug 10         Comments: 0
Program to calculate roots of 3 numbers using below formula
discriminant = (b*b) - (4*a*c)
root1 = (-b + sqrt(discriminant))/(2.0*a)
root2 = (-b - sqrt(discriminant))/(2.0*a)
View all Articles by Adib Hashmi