0
assignment returning a value that can be assigned again:
Please correct me if I'm wrong. Assignment returning a value that can be assigned again means that variable names "requirement and miracleMax" have the same identifiers "it would take a miracle". this is the code: string requirement, miracleMax; requirement = miracleMax = "it would take miracle"; Console.WriteLine(requirement); Console.WriteLine(miracleMax);
1 Respuesta
0
What lesson?