How do i change the left front tire on a 2004 honda civic?

I have a flatand need to know how to change it for this model car. It is a 4 door automatic.
I put the jack under the bumper like i'm suppoed to and it won't lift. I pumped the handle for about 15 minutes.
Also how do i trouble shoot the jack?

Should I do uber/lyft to pay a lease payment on a Car?

Ok just wanted to know based on my circumstances if it's a good idea. Just a little background I make about 85k a year at my full time job and I have a 400 dollar a month lease on one car and a paid off daily driver that is having some issues so I'm looking to lease another car as a replacement daily driver. I'm looking at possibly getting into a 2017 civic that my buddy who works for Honda can get me into for around 140 a month with very minimal down. I don't care about going over mileage so that s not a valid reason for me not to try uber. Now back to the question can I drive for uber a few times a week maybe like Friday and Saturday night for a few hours and effectively pay off most of if not all of the 140 a month for the car lease? And if not then should I just not waste my time and just enjoy my Friday nights and my new daily driver?

Why is my 2005 Honda Civic EX shuddering/jerking when accelerating (mostly uphill)?

I'm currently having an issue with my 05 Honda Civic EX where my car seems to shudder/jerk (as if the car hesitates to accelerate) from 2nd gear and above between 2000-4000rpms. The check engine light is on and I've checked the codes with the OB2 Scanner and they result with P0300-P0304 (engine misfires). So I've changed the spark plugs and engine coils, but the problem still occurs. The drive has me a bit worried since the check engine light would flash on and off for a few seconds then stay on, rarely. Any suggestions or help would be gladly appreciated.

How to read from a specific position from a text file in c#?

For example I have this text file named "vehicles". The program asks the user his name and then user selects a vehicle he wants to buy and the details are saved in the file along with the buyer's name in two consecutive lines. Example.

John Carpenter
Suzuki Vitara

Chris Woakes
Honda Civic

Now what I want to do is that when the user enters his name, if the name is located in the file, the program should print the details of the vehicle on the very next line of that name. For example:
Enter your name: John Carpenter

output: Suzuki Vitara

Is there any way I could achieve this? I'm using visual studio 2012 by the way.