Can you set more then one variable to one value etc
Where you see n,n2 =3 i want to do something like that because i have many variables but its giving me an error
int n,n2;
int m,m2;
n,n2 = 3
m,m2 = 4
Can you set more then one variable to one value etc
Where you see n,n2 =3 i want to do something like that because i have many variables but its giving me an error
int n,n2;
int m,m2;
n,n2 = 3
m,m2 = 4