Syntax Flashcards
(3 cards)
1
Q
A
2
Q
A
3
Q
What is the correct syntax for assigning a value to a variable?
a) x : 5
b) x = 5
c) x == 5
d) x -> 5
A
b) x = 5
What is the correct syntax for assigning a value to a variable?
a) x : 5
b) x = 5
c) x == 5
d) x -> 5
b) x = 5