Answer:
A and B have different output:
A output will be 1
B output will be 123
Explanation:
A
X = 0
do x < 3
x = x+1
print x
while
B
X = 0
do x = x+ 1
print x
while x < 3
For statement A the condition statement which suppose to be after "while" is not set therefore the value of x will be printed.
For statement B the condition statement is set "x < 3" in front of "while" thereby result in iteration until the condition is false.
Statement A output will be 1
Statement B output will be 123
The answer is An embedded chart
Answer:
√ 1. Cellphone
<h3>Product Description:</h3>
A cellphone is any portable telephone that uses cellular network technology to make and receive calls.
Answer: I would say the first one
Explanation: I have never seen an interactive button for use in autoformatting at least on a presentation
I don’t understand. Please tell me the question