Forum: Java Jun 8th, 2008 |
| Replies: 3 Views: 2,300 Sorry, here it is with the formatting.
public class ArrayOperations
{
public static void main (String [] args)
{ |
Forum: Java Jun 7th, 2008 |
| Replies: 3 Views: 2,300 I'm trying to demonstrate various array operations, and have a couple of questions. I'm having problems with printing out the column and row totals. It only prints out the totals of the last row and... |
Forum: Java May 14th, 2008 |
| Replies: 2 Views: 658 Thanks so much! I got it all to work now. I added the code tags, and the actual code is all indented, but when I copy and paste it here, it loses the indents. Is there a better way to cut and... |
Forum: Java May 14th, 2008 |
| Replies: 2 Views: 658 I wrote the following code, and it seems to be working well up until the end. I do not get any error messages, but the last method has 5 lines that are supposed to print out. Nothing prints. Any... |
Forum: Java May 13th, 2008 |
| Replies: 2 Views: 537 I'm trying to write a file that first decides if a number entered is prime or not, then if it is writes it to a file. Here's what I've got, but I keep coming up with a couple errors that I can't... |
Forum: Java May 6th, 2008 |
| Replies: 1 Views: 580 I'm trying to create a program that counts and displays the number of times a specified character appears in a file I made. The file name is Test.txt, and says "this is a file I made to test this... |