Money for modifing Programs

modifY* your title. i’m annoyed at your inability to spell

$5 for each program? I used to get paid $100+ per project for CSE113/114/115/116 students… I wrote two player Tron for someones 116 class and made $600 for it.

IT’s already written, Theres 2 mods to do. Shouldn’t take an even 10 mins for someone who knows what theyre doing…

Lol why so much hate here… if you dont like the money hes offering then ignore it or say I want $XX. OMGZZZ cheating in college, UNSPEAKABLE!!!

Dear god. Paypal me $20 and I will send you the working code or try it yourself.

There is 2 functions: print_array and fill_array that are already initialized and defined in the top and bottom. You just need to make two more for the asterisk_array and swap_array functions.

Inside those functions is pretty simple if you just think about what you are doing.

Asterisk_array you want to set ever n’th value based on the user inputted integer. The first one would be array[input value] = ‘*’

You will need a loop to take the value and to make the next index to set to *

Swap_array is pretty much getting the two values swap1 and swap2 that the user inputs: array[swap1] and array[swap2] and flipping them. Create 2 variables that store the current letter and then set them to each other. You can do this in 4 lines.

http://i48.tinypic.com/2dgvp5s.jpg