Okay, so here's the link for the problem http://www.pic.ucla.edu/~nathan/cgi-bin/moin.cgi/la1
I'm having trouble on the first part.
For the first function
intialize_array: I'm confused on how I can get the print_array function to print out NA's.. If I just initialize all values in the array to a default value such as -1, then ask the print_array function to print out the values, the values will read 'NA'?
for example:
(initialize_array(int a[],int n1) {
for (int i =0; i < a[n1]; i++)
a[i] = -1;
a[n1] = n1;
Also, for the copy_array function.. i wasn't sure if i was approaching this right
copy_array(int a[], int n1, int b[], int n2);
for(int i =0; i < n1+1; i++)
b[i] = a[i];
b[n2] = n2;
thanks so much
2007-01-28
12:57:03
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
thanks for your help..
as for your question, many colleges want applicants that are well rounded.. especially students who have taken on leadership positions.. try to get involved in school, join sports, clubs, leadership, etc.. Also, there are SAT classes that will help you practice and score well. THey will teach you necessary techniques and some even guarantee a pretty good minimum score.
On top of that, the essay or personal statement can be pretty important. Try to start this early, and choose a topic that will really touch them. Counselors usually offer a lot of advice and will help you a lot.
Also, There may be organizations (such as EAOP or EAP or something like that) that will read and edit your personal statements..
good luck!
2007-01-28
13:56:41 ·
update #1