0
Why my code doesn't work?
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SoloLearn { class Program { static void Main(string[] args) { decimal monthsalary = int.Parse(Console.ReadLine ()); Console.WriteLine(monthSalary * 12 );
5 Answers
+ 4
Please DO NOT RE-POST THE SAME QUESTION.
Only link related threads and codes.
Link your complete code.
+ 1
This is not a complete code?
Where are all the closing "}"?
0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SoloLearn
{
class Program
{
static void Main(string[] args)
{
decimal monthsalary =
int.Parse(Console.ReadLine ());
Console.WriteLine(monthSalary * 12 );
0
Thanks
0
Ok now I understand thank you