Goodlearner
05-07-2001, 03:07 AM
how can you make a program in C++ using the array that generate 20 numbers in randomthat are divisible by 3 and and numbers are from 20 to 40?
|
Click to See Complete Forum and Search --> : C++ program Goodlearner 05-07-2001, 03:07 AM how can you make a program in C++ using the array that generate 20 numbers in randomthat are divisible by 3 and and numbers are from 20 to 40? TaeShadow 05-07-2001, 09:35 AM There are no 20 numbers between 20 and 40 that are divisible by 3. Anyway, you are asking this question in the wrong forum. You should be in the Programming forum. Jason Deraleau 05-07-2001, 05:18 PM Originally posted by TaeShadow: <STRONG>There are no 20 numbers between 20 and 40 that are divisible by 3. Anyway, you are asking this question in the wrong forum. You should be in the Programming forum.</STRONG> 21 / 3 = 7 24 / 3 = 8 27 / 3 = 9 30 / 3 = 10 33 / 3 = 11 36 / 3 = 12 39 / 3 = 13 TaeShadow 05-08-2001, 10:48 AM That's only 7. MBMarduk 05-23-2001, 11:53 AM HAHAHAHAhh!!! This guy "Goodlearner" must've been clairvoyant.. :) Prolly should've called himself "Nostradamus" :D He predicted this forum would become "Programming..." 2 weeks prior!!! kmj 05-23-2001, 12:08 PM LOL! :) jemfinch 05-23-2001, 02:23 PM Originally posted by TaeShadow: There are no 20 numbers between 20 and 40 that are divisible by 3. Anyway, you are asking this question in the wrong forum. You should be in the Programming forum. We're swapping places. The bugs can go into the programming forum...we're taking over here :) Jeremy kmj 05-23-2001, 03:22 PM Originally posted by jemfinch: <STRONG>We're swapping places. The bugs can go into the programming forum...we're taking over here :) Jeremy</STRONG> Dude; look at the dates on this thread. :D jemfinch 05-23-2001, 05:06 PM Originally posted by kmj: Dude; look at the dates on this thread. :D Oh my...whoa...I've never done that before... Jeremy Dangerboy 05-25-2001, 09:41 PM Looks like someone is looking for an easy answer on a homework assignment. But now school is over and it's too late. Goodlearner was probably forced to figure it out on his own. Damn, I hate those really, really tough programing assignments. NOT! That one should be easy. I've only been thinking about it for a few minutes and I already know how I would do it. justlinux.com
Copyright Internet.com Inc. All Rights Reserved. |