What will the output of the following statement Console.WriteLine("The Value of Rupees is {0,w:c}",Rs,Ps);
Select Answer:
The Value of variable Rs is displayed
The Value of variable Ps is displayed
The value of Variable Rs is displayed in currency format
The value of Variable Ps is displayed in currency format
|