cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
ARRAY HELP
ARRAY HELP
Mar 7, 2014 at 1:50am UTC
IMNOTGOODATCS
(16)
xsss
Last edited on
Mar 10, 2014 at 8:26pm UTC
Mar 7, 2014 at 3:34am UTC
Zhuge
(4664)
Did you have a question?
Mar 7, 2014 at 5:27pm UTC
IMNOTGOODATCS
(16)
for(int i=0;i<n;i=i+1)
{
K[i] ........;
}
i dont know what to do from here, what do i set n equal to?
Mar 7, 2014 at 6:34pm UTC
MikeyBoy
(5631)
Your OP pretty clearly states the name of the variable that stores the number of elements you have to loop over.
Topic archived. No new replies allowed.