Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-10-2008, 01:13 AM
Member
 
Join Date: Jan 2008
Posts: 1
WombRaider is on a distinguished road
Urgent Help required!
ey Guys, i need help with this, it's not that i haven't payed attention at the lecture's it's simply, that i just dont get it, i've been to every lecture and every tutorial, but still it's a mystery to me, but i need to pass this yr!!

Here's the deal, if someone can help me with this, i'll pay them through paypal or a similar online payment thingy!!

Detailed task description

Task 1

You are required to implement a menu-based Java program called StudentContactManager.java to manage a list of at most 10 student contact details.


Task 2

You are required to produce an “Expected results/Testing” document. This document will identify the tests you recommend should be performed upon the final implementation in order to prove the correct operation/functionality of the solution.

Task 3

You are required to produce an “Evidence of testing against Expected results/Testing” document. This document will present appropriate screen shots of the run-time execution of the implementation for each of the tests identified in the “Expected results/Testing” document of task 2.

Task 4

You are required to provide pseudo code or flowcharts documenting your design of the “Delete entry” logic.


..................


We have been given the following code to start off with, i have been sitting here for days, basically trying lots of different things, but i just cant get it to work, here's the example Pseudocode:-
Code:

import java.io.*; public class StudentContactManager { public static void main(String[] args) throws IOException { final int maxStudents = 10; String [] /* ? */ = new String [maxStudents]; String [] /* ? */= new String [maxStudents]; String [] /* ? */= new String [maxStudents]; String [] /* ? */= new String [maxStudents]; int activeEntries = 0; System.exit ( 0 ); }//main }//StudentContactManager




.................. .................... .............. .................


Contact detail manager
Code:

BEGIN Input valid user option WHILE user option not exit DO CASE user option OF 1: Initialise contact detail list 2: Display contact details list 3: Insert new entry into contact detail list 4: Delete entry from contact detail list 5: Search contact detail list END-CASE Input valid user option END-WHILE END


Input valid user option
Code:

BEGIN Display menu; Input user option WHILE user option invalid Display “User option invalid” message Display menu Input user option END-WHILE END


Initialise contact detail list
Code:

BEGIN Initialise active entry counter to zero //No need to initialise/reset individual entries END


Display contact details list
Code:

BEGIN IF contact detail list contains entries THEN Display “Contact detail list heading” FOR each stored contact DO Display one/current contact detail END-FOR ELSE Display “Contact detail list empty” message END-IF END /[code] Insert new entry into contact detail list [code] BEGIN IF contact detail list is not full THEN Input enrolment number Search contact detail list to determine if enrolment number exists IF enrolment number does not exist THEN Input first name Input last name Input telephone number Insert new contact details into contact detail list Increment active entry count ELSE Display “Enrolment number already exists” message END-IF ELSE Display “Contact detail list full” message END-IF END


Delete entry from contact detail list
Code:

BEGIN To be designed by student and submitted with final submission END


Search contact detail list
Code:

BEGIN IF contact detail list contains entries THEN Input enrolment number Search contact detail list to determine if enrolment number exists IF enrolment number exists THEN Display “Contact detail” message ELSE Display “Enrolment number unknown” message END-IF ELSE Display “Contact detail list empty” message END-IF END


Insert new contact details into contact detail list
Code:

BEGIN IF contact detail list is empty THEN Set insertion point of new entry to first entry ELSE IF Enrolment number is greater than enrolment number in last entry THEN Set insertion point of new entry to entry after current last entry ELSE Locate insertion point of new contact detail Move subsequent existing contact detail entries one position END-IF END-IF Insert new contact detail at insertion point over-writing any previous contact detail entry END


Locate insertion point of new contact detail
Code:

BEGIN Set insertion point identifier to first position WHILE enrolment number to insert is greater than enrolment number stored at position identified by insertion point identifier DO Increment insertion point identifier END-WHILE END

I am willing to pay as I need it by tomorrow by 11.00amGMT
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-10-2008, 02:43 AM
gibsonrocker800's Avatar
Senior Member
 
Join Date: Nov 2007
Location: New York
Posts: 143
gibsonrocker800 is on a distinguished road
Send a message via AIM to gibsonrocker800
Have you even attempted to solve this on your own? You're never gonna learn if you expect people to just hand you answers.
__________________
//Haha javac, can't see me now, can ya?
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 01-10-2008, 02:54 AM
roots's Avatar
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 263
roots is on a distinguished road
Quote:
Originally Posted by WombRaider View Post
I am willing to pay as I need it by tomorrow by 11.00amGMT
Will you pay over paypal before i begin ... lol
__________________
dont worry newbie, we got you covered.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 01-10-2008, 09:29 AM
CaptainMorgan's Avatar
Moderator
 
Join Date: Dec 2007
Location: NewEngland, US
Posts: 840
CaptainMorgan will become famous soon enoughCaptainMorgan will become famous soon enough
Send a message via AIM to CaptainMorgan
Quote:
Originally Posted by WombRaider View Post
Here's the deal, if someone can help me with this, i'll pay them through paypal or a similar online payment thingy!!
Then go to a freelancing site. What you'll find here is people who enjoy computing for the fun of it and sometimes even helping others learn. If you don't want to learn, then that to me translates to - you don't want to have fun; looks like you're at the wrong site, in my opinion.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
to our beloved Java Forums!
(closes on September 4, 2008)
Want to voice your opinion on your IDE/Editor of choice?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!
Got a little Capt'n in you? (drink responsibly)
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 01-10-2008, 12:26 PM
roots's Avatar
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 263
roots is on a distinguished road
WombRaider,
I have been refreshing my paypal all day....
Where is my money ??
__________________
dont worry newbie, we got you covered.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
what is required for EJB mmc18 Enterprise JavaBeans 2 07-15-2008 07:16 PM
Help required Azndaddy New To Java 0 03-27-2008 02:57 AM
Blx.tld required anki1234 JavaServer Pages (JSP) and JSTL 5 01-24-2008 05:17 AM
Quick Job required in Java taxman Jobs Offered 0 01-02-2008 12:46 PM
Help required: regarding java.net.URL api tarzan007 New To Java 3 11-07-2007 05:46 AM


All times are GMT +3. The time now is 03:08 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org