The Problem: Write code that will look at the number of characters in String m= "Look here!"; and then print
"Look Here!" has 10 characters.
Use the length method() to print the 10.... you must also force the two quotes to print.
What I have so far.
String m = “Look here!â€;
int x = m.length();
System.out.print(“\"Look here!â€\†)
System.out.print(