Rayzenn_
Rayzenn_
CC#
Created by Rayzenn_ on 1/9/2024 in #help
dictionary problem
// using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Metoder_uppgift_41
{
class Program
{
static void Main(string[] args)
{
Dictionary<string, int> NumberTag = new Dictionary<string, int>();
NumberTag.Add("endre", 911);

int value = NumberTag.Get("endre");
}
}
}
// using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Metoder_uppgift_41
{
class Program
{
static void Main(string[] args)
{
Dictionary<string, int> NumberTag = new Dictionary<string, int>();
NumberTag.Add("endre", 911);

int value = NumberTag.Get("endre");
}
}
}
52 replies
CC#
Created by Rayzenn_ on 1/9/2024 in #help
✅ im new to c# the problem is probably simple af
,
18 replies
CC#
Created by Rayzenn_ on 1/3/2024 in #help
Help
I am in need of help
16 replies
CC#
Created by Rayzenn_ on 12/22/2023 in #help
Im a beginner
14 replies