k20057

5 Reputation

One Badge

10 years, 331 days

MaplePrimes Activity


These are questions asked by k20057

a:=rand(0..8):
b:=rand(0..8):
c:=rand(0..8):
d:=rand(0..8):
e:=rand(0..8):
f:=rand(0..8):
a()+b()+c()+d()+e()+f()=8;

This is my  programming code.

I want ot set six random summation is  8. 

But the random summation can't reach 8.

Page 1 of 1