Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
= is an assignment opperator
Declaring and assigning variables
double grade = 90.5;
int x;
x = 100;
int add = 3 +7;
char a, b, c;