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: please help me for this 2 program

  1. #1
    Junior Member
    Join Date
    Feb 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default please help me for this 2 program

    1- Write a program that simulates coin-flipping.

    2- Write a read class contains

    A method for reading ints
    A method for reading doubles
    A method for reading strings

    Afterwards write another class that gets ints, doubles and strings by invoking read class methods and then print them.

    im sorry but i have no time
    can any one help me please


  2. #2
    Super Moderator pbrockway2's Avatar
    Join Date
    Jan 2012
    Posts
    987
    Thanks
    6
    Thanked 206 Times in 182 Posts

    Default Re: please help me for this 2 program

    im sorry but i have no time
    can any one help me please
    If you are asking for someone to write your code for you, then you don't understand how the forum works.

    If you are literally asking for someone to create time for you, then you don't understand how reality works.

    -----

    If you do manage to find the time, ask a question - post your code and any compiler message you can't understand, or if it exhibits unintended behaviour at runtime, say what it does. I'm sure, in that case, people will be able and willing to help.

  3. #3
    Junior Member
    Join Date
    Feb 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: please help me for this 2 program

    Quote Originally Posted by pbrockway2 View Post
    If you are asking for someone to write your code for you, then you don't understand how the forum works.

    If you are literally asking for someone to create time for you, then you don't understand how reality works.

    -----

    If you do manage to find the time, ask a question - post your code and any compiler message you can't understand, or if it exhibits unintended behaviour at runtime, say what it does. I'm sure, in that case, people will be able and willing to help.
    if u dont want to answer my question its not necessary to post some rubbish
    and waste your and my time

  4. #4
    Member
    Join Date
    Feb 2012
    Posts
    106
    My Mood
    Yeehaw
    Thanks
    8
    Thanked 11 Times in 11 Posts

    Default Re: please help me for this 2 program

    He was being as polite as most, There are tutors available via the link at the top of the page, most charge 50cents per minute and could get this written in under 20 minutes if they are willing to be unethical, good luck in your witch hunt!

    Edit: as a side note, most of us are VERY understanding when it comes to the demands on a comp sci student. You have to just give it your best shot, and if you cant finish, at least comment what you didn't have time for, or couldn't figure out how to do.

    Partial marks a a HUGE part of being successful in comp sci. If you are choosing comp sci as a career, you had better learn to make time. (AKA coding for FUN in addition to your assignments, for 5-10 hours a week!) and if you took it out of mere interest, drop the class and buy a book that you will never open and call it a day.

    Again we are not aiming to be rude, but it is unrealistic for a stranger to do your homework with out compensation.
    Last edited by JonLane; February 26th, 2012 at 09:11 PM.

Similar Threads

  1. Help with class program!!! STUCK! Program not doing what I Want!!!
    By sketch_flygirl in forum What's Wrong With My Code?
    Replies: 7
    Last Post: April 4th, 2011, 07:29 AM