Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Need Help With First Time Program

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Location
    Hobart Tasmania
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need Help With First Time Program

    Hi Guys,

    (I really hope I'm in the right spot)

    I have no code yet however as I am a beginner I really need some help to be pushed in the right direction.
    I am a Cricket die hard, and I write for a Fantasy Cricket Blog.

    For those who don't know in the Cricketing world there are fantasy competitions where players assume the role of a 'Manager' and select a team from the players who are in the competition. The players are given a money figure depending on their player rating. ie. a player with a rating of 8/10 will be worth $150000 with a player rating off 4/10 will be $40000 and so on.

    What I am after is to get a program written which will take into account individual career stats and money value to assist players in building the ultimate team. All the hard data is already written I just need assistance in writing the code from there I'll enter in all the player data and away you go.

    I was wondering if someone can point me in the right direction to do this?

    Again I hope I'm in the right page for this type of help, If not let me know and I can get the post moved.

    Thanks Guys!

    Rob


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Need Help With First Time Program

    This is your first program. Do you know anything about programming in any language? Do you know about variables, assigning them values, operators, loops or branching statements? With no idea what you know, pushing you in the right direction is impossible, though I suspect the right direction for you is to start at the beginning. Get a Programming 101 Book, in Java if that's the language you'd like to start with, and start at page 1.

  3. #3
    Junior Member
    Join Date
    Jan 2014
    Location
    Hobart Tasmania
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Need Help With First Time Program

    Hi Greg! Thanks for the reply. I do have a basic knowledge in java. In fact I used to program in it a few years ago so I'm sure once I get going I'll be okay. I suppose the reason why I mentioned above what I am planning on making is to give people an understanding off where I want to go. I understand its going to take time to get there and I'm not going to get 'free code'. I was after some pointers to get me going.

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Need Help With First Time Program

    So the first few chapters of the 101 book should be easy for you. Also, refer to the Java Tutorials when you need to see the material from the horse's mouth or need another perspective. Come here when you need help.

Similar Threads

  1. 2nd time not executed while in my program
    By RSelvan in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 26th, 2012, 01:08 PM
  2. Program to read .TXT file one line at a time
    By JustForLawls in forum What's Wrong With My Code?
    Replies: 1
    Last Post: June 27th, 2012, 02:02 PM
  3. [SOLVED] How much time should I have on a program?
    By SOG in forum Java Theory & Questions
    Replies: 17
    Last Post: July 19th, 2011, 05:28 PM
  4. please help me with this program, I dont have enough time to do it
    By n.azizabadi in forum Member Introductions
    Replies: 1
    Last Post: June 10th, 2011, 03:35 AM
  5. how to make a program take time...
    By DLH112 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 10th, 2010, 07:09 PM