edubuntu-bugs team mailing list archive
-
edubuntu-bugs team
-
Mailing list archive
-
Message #00686
[Bug 721085] Re: Incorrect asnwer, or I'm dumb
First, thanks for the bug report.
This the formula that calculates these[1] for gbrainy 1.51:
int people = 40;
int brothers = 10 + random.Next (8);
int sisters = 12 + random.Next (8);
int both = 5 + random.Next (5);
int brothers_only = (brothers - both);
int sisters_only = (sisters - both);
int rslt = people - brothers_only - sisters_only - both;
It is just impossible to generate a non integer number.
Can you please include a screen capture that shows the issue?
Which language are you playing? English?
Thanks,
Jordi,
[1]
http://git.gnome.org/browse/gbrainy/tree/data/games.xml?id=GBRAINY_1_5_1
--
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to gbrainy in ubuntu.
https://bugs.launchpad.net/bugs/721085
Title:
Incorrect asnwer, or I'm dumb
References