Answer:
1977
Explanation:
Apple 2 was released in April 19th 1977
Is this a joke bc if so why?
Answer:
The algorithm is as follows:
Input number
count = 0
while(number not equal 0)
number = number / 10
count = count + 1
end
Print count
Explanation:
This gets input for the integer number
Input number
This initializes count of digits to 0
count = 0
The following loop is repeated while number is not 0
while(number not equal 0)
This performs integer division of the number by 10; the resulting division is saved in variable number
number = number / 10
The count variable is incremented by 1
count = count + 1
The loop ends here
end
This prints the count of integers
Print count
<em>See attachment for flowchart</em>
Answer: use Microsoft Power Point
Explanation:
Set up a self-running presentation
To set up a PowerPoint presentation to run automatically, do the following:
On the Slide Show tab, click Set Up Slide Show.
Under Show type, pick one of the following:
To allow the people watching your slide show to have control over when they advance the slides, select Presented by a speaker (full screen).
The answer to this question is C. Row
In excel, The number of Rows will be placed on the Left side of the sheet.
Rows will be utilized together with a column in order to differentiate specific cells with another.
This differentiation will be useful if user wanted to create a certain formula within the sheets