New to JAVA - need help writing uppercase code

A

Alvin

Hello,

I need help in writing a code for class. I need to write a GUI program to
convert all letters in a string to uppercase letters. (like aLviNs coDe will
be ALVINs CODE). I just need some guidance.

thanx for the assistance.
 
I

IchBin

Alvin said:
Hello,

I need help in writing a code for class. I need to write a GUI program to
convert all letters in a string to uppercase letters. (like aLviNs coDe will
be ALVINs CODE). I just need some guidance.

thanx for the assistance.
Look at the String Class..

String var = "aLviNs coDe";
var = var.toUpperCase();

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top