Answer:
Initially if x = a = 2437 and y = 875, condition (1) that is x>y is true and output would be x = 1562 with y = 87
Explanation:
According to pseudo code the code will run until x becomes equal to y. Initially if x = a = 2437 and y = 875, condition (1) that is x>y is true. So next step would be x=x-y and output would be x = 1562 with y = 875. With initial values x = a = 2437 and y = 875, x becomes equal to y after 21 iterations and output is x=y=1
X Y
- 2437 875
- 1562 875
- 687 875
- 687 188
- 499 188
- 311 188
- 123 188
- 123 65
- 58 65
- 58 7
- 51 7
- 44 7
- 37 7
- 30 7
- 23 7
- 16 7
- 9 7
- 2 7
- 2 5
- 2 3
- 2 1
- 1 1
Answer:
Select the cells you want to format. Click the down arrow beside the Borders button in the Font group on the Home tab. A drop-down menu appears, with all the border options you can apply to the cell selection.
Microsoft.././/.//././././././.
Where is the selection?
Message me when you have the full question.
Answer:
HTTP stands for "Hyper Text Transfer Protocol" and is used for transferring readable documents across the internet. This matches the action "You visit a website"
POP3 stands for "Post Office Protocol 3" and is used for reading e-mail. This matches to the action "You check email in your inbox"
SMTP stands for "Simple Mail Transfer Protocol", and is used for sending email. This matches the action "You send an email to a friend".
FTP stands for "File Transfer Protocol", and is used for transferring files to and from other machines. This matches the action "You transfer a text document", although truthfully that description is so vague it actually matches all four of the given protocols.