Problem of * in Command line argument
- by Nithya
Hi,
 This is simple question only...
 i did a program in java that accepts input via command line arguments.
 I get input of two numbers and operator in command line.
 multiplying two numbers, i have to give input as 5 3 *.
 But if  i give like this, i cant get answer. 
 Y its not accept * in cmd.... 
waiting for reply guys...