-
How to insert '{'
Hello! I am a beginner in Java.Have to do one project and one of thing i have to do is to insert '{' ,'[','('.
It is simple editor with line and cursor.When the cursor read [ it has to add it to the text
For example: In text: A { B } and the OUT has to be A { B }
I hope u get what i mean!
Thanks in advance
-
um, maybe i think I know what you mean, but what you describe.
What do you mean by cursor read [? and are you inserting { [ ( between something?
1. Create a String
2. Research Scanner import
3. Place Scanner Input into String
4. use System.out.print(String Name);
-
It´s prohibiden to use System.out.print(String Name);...
-
Can you give me a step by step of what your trying to do?
are you trying to highlight the text and it appears else where, or move the cursor past text and it appears else where?