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: How do you say 'will you marry me? In Java?

  1. #1
    Junior Member
    Join Date
    Apr 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How do you say 'will you marry me? In Java?

    Hey guys, I have a random question. I'm a lady who has been with a guy for four years. I have started to consider marriage but he has not yet popped the question. Instead of waiting around to see if he may eventually ask me, I would rather take the iniative and ask him. My guy likes to write games and is currently using a version of Java. I am thinking about doing something with Java. My question is this: is there a way to write 'will you marry me ,' in Java/ code? Any suggestions would help. Thanks


  2. #2
    Member
    Join Date
    Oct 2013
    Location
    Manila, Philippines
    Posts
    285
    My Mood
    Amused
    Thanks
    6
    Thanked 64 Times in 61 Posts

    Default Re: How do you say 'will you marry me? In Java?

    is there a way to write 'will you marry me ,' in Java/ code?
    yes of course, if you want to be the one who will write the code, then you should study first a programming. Base on your question, I assumed that you have no knowledge yet with programming, I think it would be better to ask someone to do it for you (hire someone probably, or ask a programmer friend if you have any) .

  3. #3
    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: How do you say 'will you marry me? In Java?

    Moved to The Cafe.

  4. #4
    Junior Member
    Join Date
    Apr 2014
    Posts
    7
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: How do you say 'will you marry me? In Java?

    Sorry for the late reply, but here's the easiest way to do it. I don't have much time right now, as i'm in class, so I had to make this short.


    class Marry{
    public static void main(String []args){
    System.out.println("Will you marry me?");
    }
    }

    If you want, you can PM me and I can make something much better for you to use. I can make a scanner to allow user input so you can get an answer. Hopefully the answer would be yes