It’s a bot Bc when you do stuff you can believ it
I believe it's the second answer:
The antique diamond necklace someone is wearing
Answer:
Hi!
The following Javascript statement compares if num is 2 or 5 and increment num by 1 if true.
if ( num==2 || num==5)
num = num +1;
Explanation:
The operator == is used to compare if the operands are equal.
The operator || is OR.
- If at least one of the operands is true then return true.
- If all operands are false returns false.
if( num==2 || num==5)
<em> // if num is equal 2 or if num is equal 5</em>
num = num +1; <em>// adds 1 to num.</em>
Vector graphics can be rescaled without losing quality and each property can be changed like the colour, shape and size.
Even
if an object in a vector large, it doesn't need a lot
of memory. Hence, the file size of a vector graphic is often
very small.