0% found this document useful (0 votes)
11 views1 page

Program For Converting Lower Case Into Upper Case in Java

Program for converting lower case into upper case in java package javaapplicat ion; class lower st ring a; public void d() Syst em.out.print ln("ent er t he st ring "); public class Lower_t o_upper_case public st at ic void main(St ring arga[]; l.d

Uploaded by

chiraghz
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Program For Converting Lower Case Into Upper Case in Java

Program for converting lower case into upper case in java package javaapplicat ion; class lower st ring a; public void d() Syst em.out.print ln("ent er t he st ring "); public class Lower_t o_upper_case public st at ic void main(St ring arga[]; l.d

Uploaded by

chiraghz
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

hackingzo ne s.

co m

http://hackingzo nes.co m/?p=219

Program for converting lower case into upper case in java


package javaapplicat ion; import java.ut il.Scanner; class lower { St ring a; public void d() { Syst em.out .print ln("ent er t he st ring "); Scanner k=new Scanner(Syst em.com); a=k.next (); Syst em.out .print ln(a.t oUpperCase()); } } public class Lower_t o_upper_case { public st at ic void main(St ring arga[]) { lower l=new lower(); l.d(); } }

Relat ed Post
SHA1 Hash generating program in java MD5 Hash generating program in java Java Program to Find Network Interf ace Java Program to f ind Your IP Address and LoopBack Address Shif t Operator Program in Java Enter your email address:

Delivered by FeedBurner

Post Footer automatically generated by Add Post Footer Plugin f or wordpress.

You might also like