mardi 7 juillet 2015

Variable = variable statement C# [on hold]

I'm trying to find the function for a condition where a variable could = another variable in the C# programming language. If my variables were questionAnswered and CorrectAnswer the statement would just be

if (questionAnswered) == (CorrectAnswer) 

but I cannot do this in C#, does anyone know what the statement may be? Thank you

Aucun commentaire:

Enregistrer un commentaire