Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

doubt in declaring variables

static void Main(string[} args)

{

double x, y, z;

}

guys instead of writing double 3 times and declaring x, y, z I declare x, y, z in a single double and it works is it right to do or it is wrong.

Sign In or Register to comment.