Answer:
Draw a text box
Explanation:
Because if she draw it she can edit and write what she want
A complete program with the method ShowCar:
import java.util.Scanner; // header file
public class ShowChar
{
public static void main(String[] args)
{
String lnOfText;
int i;
Scanner input = new Scanner(System.in);
System.out.print("Enter a line of text:");
lnOfText = input.nextLine();
System.out.print(" Enter your index: ");
i = input.nextInt();
show_Char(lnOfText,i);
}
public static void show_Char(String str_a, int i)
{
System.out.print(str_a.charAt(i));
}
}
In this program, both the inputs ie. a sentence or line of text as well as the index position is obtained. A method is written to find the string at that particular position. Finally the method prints that character at the particular index.
You might overload the processor and your computer will freeze. Once frozen if may unfreeze, on may say frozen. Then you must close the computer, turn it upside down, and unscrew the battery. Count to one minute, the place the battery back it's place. After that, you may flip the computer back over, and turn it on by holding down the power button. Finally, you're all set!
Actually, humans can not feel the Earth's movement because of our atmosphere(: