New to this
-
First I want to ask if this the right place for a very beginner. I can write a program that displays a paragraph, and I can write a program that asks a question and you can fill in the answer. Now I need to have the answer go in the paragraph. Any ideas on what I need to look up in order to do that. Thanks
-
First I want to ask if this the right place for a very beginner. I can write a program that displays a paragraph, and I can write a program that asks a question and you can fill in the answer. Now I need to have the answer go in the paragraph. Any ideas on what I need to look up in order to do that. Thanks
I'm not sure what you mean by "have the answer go in the paragraph", but I would assume some sort of text manipulation. Your best bet would be to go to http://docs.oracle.com/javase/tutorial/java/index.html[^] and work through the tutorials, especially the section on Strings.