cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
random integer 5x5 grid
random integer 5x5 grid
Mar 16, 2016 at 11:33pm UTC
yocody95
(1)
I have a homework question where it asks for a 5x5 grid that is filled with random integers ranging from 1-10, can you guys give me a hint on where to begin? Am i supposed to put {rand()%10+1} when defining what's in the array.
Mar 16, 2016 at 11:54pm UTC
kbw
(9488)
http://www.cplusplus.com/forum/beginner/22286/#msg116627
Topic archived. No new replies allowed.