=means equal == means equal toCharlie Lin
= is for defining a variable.== is for checking the value of a variable to see if it equal to another value.-Katelyn
= this mean is equal, ==is equal to, equal also-Lux lei
= is equal and == is a double negative.
jonathan
Chris VanYe= is "set to"== is "the same as"
= makes a variable equal to something like x=10 == is a condition when a variable equals one or more things-Sean
== is used for a Boolean to compare two values where = I used forx = x - 4
= means function of x == means that function equal something.-Gary Gao
= sets a variable== checks if a variable is the same as a quantityJosh Lee
= means that it does equal something == means to compare 2 things-Owen Luther
= sets something as another thing== makes to things equivalent_Ben
This = is the assignment operator This == is the equality operator The difference between them is that the assignment operator sets a value and the equality operator checks between two values to see if they're equal. - Abby Peterson
= defines a variable. == states a condition of one or more things. Alex Haston.
= is defining a variable, and == is used in conditional statements.~Travis Vonheeder
The single equal sign is used to create a variable where as the double equal sign is used to compare two numbers.Joe Haj
=means equal == means equal to
ReplyDeleteCharlie Lin
= is for defining a variable.
ReplyDelete== is for checking the value of a variable to see if it equal to another value.
-Katelyn
= this mean is equal, ==is equal to, equal also
ReplyDelete-Lux lei
= is equal and == is a double negative.
ReplyDeletejonathan
DeleteChris VanYe
ReplyDelete= is "set to"
== is "the same as"
= makes a variable equal to something like x=10 == is a condition when a variable equals one or more things
ReplyDelete-Sean
== is used for a Boolean to compare two values where = I used for
ReplyDeletex = x - 4
= means function of x
ReplyDelete== means that function equal something.
-Gary Gao
= sets a variable
ReplyDelete== checks if a variable is the same as a quantity
Josh Lee
= means that it does equal something
ReplyDelete== means to compare 2 things
-Owen Luther
= sets something as another thing
ReplyDelete== makes to things equivalent
_Ben
This = is the assignment operator
ReplyDeleteThis == is the equality operator
The difference between them is that the assignment operator sets a value and the equality operator checks between two values to see if they're equal.
- Abby Peterson
= defines a variable. == states a condition of one or more things.
ReplyDeleteAlex Haston.
= is defining a variable, and == is used in conditional statements.
ReplyDelete~Travis Vonheeder
The single equal sign is used to create a variable where as the double equal sign is used to compare two numbers.
ReplyDeleteJoe Haj