Search:
Type: Posts; User: helen1974
Search: Search took 0.07 seconds.
- 11-01-2012, 06:33 PM
Thread: Advice on Java programming design
by helen1974- Replies
- 5
- Views
- 334
Re: Advice on Java programming design I have tried to paste the code so that it looks like yours, indented, but it just appears on the screen the same way as my original post, i thought it would appear correctly once i entered [code] at...
- 11-01-2012, 06:09 PM
Thread: Advice on Java programming design
by helen1974- Replies
- 5
- Views
- 334
Re: Advice on Java programming design Hi Tolls,
When you say indent code, what does this mean ?
Helen - 11-01-2012, 05:13 PM
Thread: Advice on Java programming design
by helen1974- Replies
- 5
- Views
- 334
Advice on Java programming design I am very new to java, basically i am self learning for fun and taking hints and tips from anywhere i can get them. I have written some small programs, nothing very difficult at all, i find i can...
-
Re: Ant yes, Jos, thats what I am saying, maybe I need to uninstall and reinstall Eclipse ?
regards
Helen -
Re: Ant I tried that, but it has not worked, but thanks for the help and suggestions.
Helen -
Re: Ant Hi Jos,
I opened Eclipse / Java as normal, directed the workspace to my usb and chose the file i had been working on earlier today, then i clicked on the GREEN RUN button and the result is what i... -
Ant Hi all,
I done some Eclipse / Java work today in college, saved it to my usb key and took it home, plugged it in and tried to open Eclipse / Java so that i could continue my work, i am getting a... -
Re: Arrays Tolls, your a genius and the best thing is you guided me as opposed to giving me the answer.
I GOT IT TO WORK
yippee
lol
Helen -
Re: Arrays I cant see all the original code in post 1, nor do I have it in java, as I changed it to try to resolve my problem, but I am guessing that the println() I am missing should be placed around line...
-
Re: Arrays Hi Tolls, have you received my code from thread 13 ?
Helen - 03-19-2012, 05:46 PM
Thread: HelloWorld.java
by helen1974- Replies
- 3
- Views
- 304
Re: HelloWorld.java Hi Cowboy, I only joined today, but I find this site very helpful, hope you enjoy yourself and welcome.
PS Keep chatting, lol
Helen -
Re: Arrays Okay Tolls, here it is mate
import java.util.Scanner;
public class page63
{
public static void main(String []args)
{
Scanner myinput = new Scanner(System.in); -
Re: Arrays Okay, don't respond to my last message, I have answered my own question, lol
-
Re: Arrays Am i correct in thinking that I start my code with
and finish with
example
system.out.println("hello world") -
Re: Arrays Okay Tolls, I think I got it, "almost", I have eliminated all of the FOR loops except ONE. Problem is that all numbers in the Array are either printing in one long ROW or one long COLUMN, but not...
-
Re: Arrays Thanks Tolls,
Given that you believe it to be nested and given your previous advice, I will continue to work at it until I get it resolved, I just didn't want to be working at it if I was way off... -
Re: Arrays In your experience, would you consider that your shortened solution could be described as a "nested for loop"
H -
Arrays Hi All,
Is there a shorter way to achieve the following code, its a simple array table which is 3 rows by 4 columns. Each number in the table is multiplied by 3 and then the max value position is...
Results 1 to 18 of 20



sorry for all the questions
thanks...
06-14-2013, 02:22 PM in gbonecapone