|
-
September 23rd, 2002, 12:59 AM
#1
can somebody help me?
question is: i have 10 arrays,each array have 3 numbers.they are all double.
i want to get a number from each array and let their mul is between a range.
for example:a[i]={0.3,0.4,0,0.3}
b[i]={0.2,0.4,0,0.4}
c[i]={0.1,0.4,0,0.5}
d[i]={0.2,0.3,0,0.5}
e[i]={0.7,0.2,0,0.1}
f[i]={0.6,0.2,0,0.2}
g[i]={0.9,0.06,0,0.04}
h[i]={0.55,0.2,0,0.25}
j[i]={0.63,0.17,0,0.2}
k[i]={0.18,0.43,0,0.39}
l[i]={0.23,0.52,0,0.25}
m[i]={0.15,0.4,0,0.45}
n[i]={0.12,0.36,0,0.52}
double t=a[i]*b[i]*c[i]........n[i];
and (t>0.00000001 && t<0.0000001)
print out a[i] to n[i].
find out all the number.
so can u code it in c/c++.
i will online wait for your answer.
and my email address is [email protected]
sports is no nation.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|