Forum: Java Nov 16th, 2007 |
| Replies: 10 Views: 1,425 Thank you all for your advice---I think I have solved the problem and the assignment --- I did need to set my variables, including my two arrays as global variables....Thank you again:) |
Forum: Java Nov 15th, 2007 |
| Replies: 10 Views: 1,425 sorry i thought I had given you the correct one but this is the one I am working on---
import java.util.Scanner;
import java.io.*;
public class AKL
{ |
Forum: Java Nov 15th, 2007 |
| Replies: 10 Views: 1,425 yeah but it doesn't print out the array when i tried to trouble shoot it...and when i tried to add the two arrays it also did not work |
Forum: Java Nov 15th, 2007 |
| Replies: 10 Views: 1,425 well after the user enters the elements of that they want in the array(intergers 1-100) The prompt comes several times and then an error message comes up saying that it is outbounds--- |
Forum: Java Nov 15th, 2007 |
| Replies: 10 Views: 1,425 Hey! I am new to java programing and need some help with some homework, here are the requirements:
Right now I am working on just setting up my arrays but it is not working. I read the size of the... |
Forum: Java Oct 15th, 2007 |
| Replies: 1 Views: 1,715 I don' t know how to logically go about this problem...I need to read a sentence (input) and then print the same sentence back out to the user in alphabetical order(could also include numbers). Oh... |
Forum: Java Oct 7th, 2007 |
| Replies: 1 Views: 2,300 I am in a beginners java class and I have an assignment that is really difficult (for me). the assignment is to prompt the user to enter a person's full name in the order: first middle last.
... |