1 Write a java Program to display only digits in an alpha numeric String (Input: 75#41* Output:7541) 2 Write a program to convert Given String onto uppercase and lowercase without using String Method ...
A str‌ing (only alphabets) is passed as input. The printed output should contain alphabets in odd positions in each word in uppercase and alphabets in even positions in a word in lowercase. Example ...