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: Input processes using array

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

    Lightbulb Input processes using array

    I need to create this program. please help!

    Enter number of Process:____ //for exam 5 processes

    Enter Process 1 value:___
    Enter Process 1 Address:____

    Enter Process 2 value:___
    Enter Process 2 Address:____

    Enter Process 3 value:___
    Enter Process 3 Address:____

    Enter Process 4 value:___
    Enter Process 4 Address:____

    Enter Process 5 value:___
    Enter Process 5 Address:____

    Output must be like this:

    MEMORY
    Address Value MDR MAR



    Please help.. thanks,,


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Input processes using array

    You must study Loop, Scanner and that's all.
    Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. The greatest thing in life is to keep your mind young.

    - Henry Ford

Similar Threads

  1. Input file to Array
    By Azayth in forum What's Wrong With My Code?
    Replies: 7
    Last Post: May 25th, 2012, 03:05 AM
  2. Input into array.
    By Saintroi in forum What's Wrong With My Code?
    Replies: 22
    Last Post: May 18th, 2012, 08:12 AM
  3. Input in a two Dimensional Array.
    By Mr.777 in forum File I/O & Other I/O Streams
    Replies: 29
    Last Post: December 14th, 2011, 11:40 PM
  4. Background Command Line Processes
    By KILL3RTACO in forum Java Theory & Questions
    Replies: 7
    Last Post: October 2nd, 2011, 01:35 PM
  5. Different operation on Array
    By jempot in forum Collections and Generics
    Replies: 4
    Last Post: January 27th, 2009, 06:07 AM