New to programming, can someone help me with my code?

I have a specific project in mind that, in my mind is pretty simple, but I don't posses the programming knowledge to complete it is there anyone who can help me? I have an Arduino Uno with a Seeed SD card shield and what I would like to do is have seven songs on the SD card that link to seven separate buttons and led's that when pressed the led lights up and the specific song plays. I was planning on making it with only a simply board speaker. I took AP computer science in High school 2 years ago and I haven't touched a programming language since, please help. I probably could do this without an Arduino, but I have one so what the heck, why not try it.

Wouldn't you want something like:

if (button1 = pressed) {play song1}
else if (button2 = pressed) {play song2}
etc...

I'm sure you can do more with it, like what happens if you press two at the same time? Is that what you're looking for?

Wouldn't you want something like:
Code:
if (button1 = pressed

No, you really wouldn't.

Probably, you'd want hardware to play the song.

in my mind is pretty simple,

I'm guessing you're a manager.

No, you really wouldn't.

Probably, you'd want hardware to play the song.

I'm probably being naive, but don't you have to tell the hardware to play the song? I was obviously using pseudocode...

spudman5321:
I don't posses the programming knowledge to complete it is there anyone who can help me?

Do you mean help you acquire the programming knowledge, or help you complete it? The Gigs & Collaborations section is the place to ask people to do work for you - note that most people would expect to be paid.