Dobrý den,
v jazyku C# programuji krátce a chci se jen zeptat na jeden problém ohledně deklarování proměnné:
using System;
namespace SampleNamespace
{
public class SampleClass
{
public static void Main()
{
string mujret = Console.ReadLine();
for(int i = 0; i < retezec.Length; i++)
{
string mujret = mujret + int.Parse(mujret.Substring(i, 1));
}
Console.WriteLine(retezec2);
Console.ReadLine();
}
}
}
Jde mi o to, aby kód vypsal ciferný součet. Zatím to hází chybu:
A local variable named `mujret' cannot be declared in this scope because it would give a different meaning to `mujret', which is already used in a `parent or current' scope to denote something else
Jen pro informaci - "mujret" jako mujretezec.
Dík za všechny odpovědi.