I need help with the following programs
1)Write a program in Java by using a class with the following specifications-
Class name:stringmani p
Data members:String s,rev
Member functions:
Void getstr()- to accept a string
Void reverse()- to reverse and print each word
2)Write a program using a class with the following specifications-
Class name - caseconvert
Data members - String str...