Jump to content

Hey everyone i was asked to join the advanced placement computer sciences course at my school and accepted which was a big mistake i dont understand this java programming is someone would be willing to mentor me that would be absolutely amazing thanks everyone!!

Link to comment
https://linustechtips.com/topic/260305-need-to-learn-java-to-pass-high-school/
Share on other sites

Link to post
Share on other sites

CPU: Intel 3570 GPUs: Nvidia GTX 660Ti Case: Fractal design Define R4  Storage: 1TB WD Caviar Black & 240GB Hyper X 3k SSD Sound: Custom One Pros Keyboard: Ducky Shine 4 Mouse: Logitech G500

 

Link to post
Share on other sites

Hey everyone i was asked to join the advanced placement computer sciences course at my school and accepted which was a big mistake i dont understand this java programming is someone would be willing to mentor me that would be absolutely amazing thanks everyone!!

Buy a book called "Objects First With Java"

 

It is extremely good at explaining the basics of Java.

 

http://www.amazon.co.uk/Objects-First-Java-Practical-Introduction/dp/0132492660/ref=sr_1_1?ie=UTF8&qid=1417286528&sr=8-1&keywords=Objects+First+With+Java

Link to post
Share on other sites

What you don't understand in Java? OOP concepts, syntax, package and classes organization?

you see i can write some basic programs like a calculator and pig latin translators but i suppose my big hangup right now is worker class to object class it makes no sense to me, you see my big project righjt now is i have to program the game scorched earth doesnt have to have graphics but im so lost

Link to post
Share on other sites

You see ill explain with a subtraction program i made once, using a worker class i had to define the variables and parse them as a double or integer and set the variables to subtract i then had to  create a class that would simply ask the user to input two numbers and it would set them to subtract

Link to post
Share on other sites

you see i can write some basic programs like a calculator and pig latin translators but i suppose my big hangup right now is worker class to object class it makes no sense to me, you see my big project righjt now is i have to program the game scorched earth doesnt have to have graphics but im so lost

It just needs to be a text based game?

 

Seems pretty simple. Post more specifics about your project requirements.

Link to post
Share on other sites

It just needs to be a text based game?

 

Seems pretty simple. Post more specifics about your project requirements.

The assignment sheet my teacher gave me reads this: You will be programming a tank simulation for the military. this program will consist of a tank firing a projectile at a target. you the programmer will have to input values of velocity and angle. you will be required to find if the projectile hits a target that is a certain distance away. after this you then can add two tanks that take turns firing projectiles. the winner of each round will be given a cash prize to buy other weapons the weapons must have a expandable damage area.

Link to post
Share on other sites

i suppose that does make sense but what my problem is is that i dont know how to put these things in did i mention i dont understand math formulas the greatest especially with programming, ugh im just stresssed this is a big project and i only have 5 weeks till the end of the semester and this is due at the end of the week

Link to post
Share on other sites

Reading the description of the tank program you are having to make, it sounds like Gorillas from MS-DOS 5 [done in QBasic]. I remember reading through the source code trying to understand that game; fun times.

 

http://en.wikipedia.org/wiki/Gorillas_%28video_game%29

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×