At Westonci.ca, we provide clear, reliable answers to all your questions. Join our vibrant community and get the solutions you need. Discover precise answers to your questions from a wide range of experts on our user-friendly Q&A platform. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

What would be the Java code line to produce “Hello my name is Sue”?

Sagot :

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!