User profile: learner1234
User info |
User name: | learner1234 |
History |
Joined: | |
Number of posts: | 14 |
Latest posts: |
Two-dimensional array That's what I thought
int scores[3][3] = { {1, 2, 3}, {0, 0, 0}, {0, 0, 0}};
So I should expect t...
Two-dimensional array I'm working on a program using arrays and I'm trying to figure out
First, with the following arr...
Cone Volume Calculator program Thanks NT3 for the solution.
However, I cannot use a 1 anywhere since that number is so simple and ...
Cone Volume Calculator program This is how far I have got. Cannot use a 1 anywhere since that number is so simple and can give the ...
Cone Volume Calculator program Thanks a lot. I'm trying to learn how functions work.
I will look up the one on this site.
|