No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
im getting an error while trying to print array contacts[i], why? any help? Thanks! :) this is my class Address where im gettingthe error: [CODE]import java.io.*; import java.util.*; public class Address{ //Declare variables String first; String last; String homeadd; String homeph; String cellnum; Scanner sc = new Scanner(System.in); public Address(String … | |
Re: Hello, did you finish your address book or do u still need help? If you havent finished show me the code you did till now? and if u finished can u also post the code here, i would like to check out what you did. cuz i did an address … | |
Re: Hello, Did you manage finishing your address book? Or do u still need help? I would like to see what you've done so far whether ur done with it or not because i did an address book as a project for my programming course last semester. So can you please … | |
Re: your code doesnt work :S do u have any updated code so that i cap help you with it? |
The End.