can anyone tell
how to write in core java using command line arguments :
a) to print prime numbers from 1 to n
b) to calculate the length of input string
c) to find whether the number is odd or even
d) to convert dollar in rupees
e) to accept 3 command line arguments from users and display it in the sorted order
f) to accept string and interchange the first character with the last character