assignment returning a value that can be assigned again: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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);

23rd Jan 2022, 10:18 AM
RANIA ATTIA
RANIA ATTIA - avatar
1 Answer
0
What lesson?
31st Jan 2022, 6:32 AM
Cristian Baeza Jimenez
Cristian Baeza Jimenez - avatar