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 2 of 2

Thread: vertical, front to back and string into decimal

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation vertical, front to back and string into decimal

    hello out there

    so my professor gave me some work that i am not sure how to write. basically i need to write pseudocode and code for a couple things...

    the frist one is called vertical year

    basically this your are suppose get input for user and turn it into vertical one # on their own line

    the second one is call Rephrased

    basically you get a phrase from a user and then get the first word to appear last

    the third one is called Binary Converter

    basically this one suppose to read binary num from the keyboard as a string then convert into decimal


    if anyone knows how or can give me suggestions it be greatly appreciated


  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: vertical, front to back and string into decimal

    You have to make an attempt, show your work, and ask for help if you're not confident that you've gotten it right. Since it's pseudo code, just write down what you'd do in simple terms, for example, if you were given 4 numbers vertically, "1234", how would you rearrange those to be vertical?:

    1
    2
    3
    4

    You can do this. Not that hard.

Similar Threads

  1. Vertical mirror help
    By bbjk08 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 24th, 2013, 07:31 AM
  2. convertion hexadecimal to decimal and binary to decimal
    By Md.Ashraful Haque in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 13th, 2013, 07:30 AM
  3. How to change a String value into a number and then back into a String.
    By javapenguin in forum What's Wrong With My Code?
    Replies: 5
    Last Post: November 18th, 2011, 01:43 PM
  4. How to place a number in front of a string?!!
    By WantHelp in forum What's Wrong With My Code?
    Replies: 8
    Last Post: July 8th, 2011, 11:15 PM

Tags for this Thread