7:45 is the anwser i really need brainliest
<span>Int var1 = 0b0001;
int var2 = 0b1111;
int results1 = var1 & var2;
int results2 = var1 | var2;
int results3 = var1 ^ var2;
int printit = results1 + results2 + results3;
what are the values for results1, results2, results3 and printit after executing the code?
notes:
1. faster responses will be obtained if your code is presented line by line (in a file) before posting.
2. please specify language, many languages use the same syntax but could have differences in interpretation
-------------------------------------------------------------------------------
Assuming Java as the language. C is similar.
</span><span><span>& bitwise AND &
^ </span><span>bitwise exclusive OR
</span><span>| bitwise inclusive OR
So
results1=var1&var2=0b0001&0b1111=0b0001
results2=var1|var2=0b0001&0b1111=0b1111
results3=var1^var2=0b0001&0b1111=0b1110
printit=results1+results2+results3=0b0001+0b1111+0b1110
=0b10000+0b1110
=0b11110
Note: by default, int has 4 signed bytes, ranging from decimal -2147483648 to +2147483647
</span></span>
Answer:
12
Step-by-step explanation:
3√1000 = 10
because 10 • 10 • 10 = 1000
3√8 = 2
because 2 • 2 • 2 = 8
10+2 = 12
It's not plus or minus because it's a cube root rather than a square root.
Answer:
C. Strong Positive Linear Relationship
Step-by-step explanation:
If you were to draw a line through the points all of the points would be near the line therefore it has a strong correlation
The points are going upwards from left to right which indicates that the relationship is positive
From this information we can make a conclusion
This scatter plot has a strong positive linear relationship
Answer:The length of one side would be 11
Step-by-step explanation: