Respuesta :
Answer:
<input class="b_searchbox" id="sb_form_q" name="q" aria-autocomplete="both" aria-label="Enter your search here - Search suggestions will show as you type" type="search" value=""My name is Sue?"" maxlength="1000" onfocus="_ge('b_header').className='b_focus';" dir autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" aria-controls="sw_as">
OR IT IS
info += "Hello my name is sue."
Explanation:
I think thats it
Brainliest?
sorry i have not done this in a while
have a nice day :)
Answer:
String info = "";
info += "Hello my name is sue."
Just rewriting it for others, hope you don't mind :)
Hope it helps!