C#C
C#4y ago
Saleem

is it possible to make a static with 3 different variables (double, string, bool)

double oldNumber = -0;
string active = "off";
bool Activet = false;
Was this page helpful?