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
A little help creating a 5x3 table
A little help creating a 5x3 table
Dec 5, 2013 at 3:49am UTC
albbravo23
(1)
Hi guys I'm a bit lost on where to go with my table. I need a 5x3 table to take in 15 random digits. I'm not sure if what I have is even in the right direction of what I need.
for(int i = 1; i < 16, i ++){
for(int j = 1; j < 16; j++)
Topic archived. No new replies allowed.