fork download
  1. using static System.Console;
  2.  
  3. namespace AtividadeRepeticao {
  4. class Program2 {
  5. static void Main() {
  6. decimal valor = 1000.50M;
  7. Write($"R$: {valor}");
  8. }
  9. }
  10. }
  11.  
  12. //https://pt.stackoverflow.com/q/414468/101
Success #stdin #stdout 0.02s 16476KB
stdin
Standard input is empty
stdout
R$: 1000.50