Answer:
Tab key or Enter key is the correct answer.
Explanation:
When the user want to move from one cell to another cell or field then they use the tab key or enter key. If the user wants to fill data vertically then, they use Enter key to move one cell to another and id they wants to fill data horizontally then, they use Tab key to move on the next cell. So, that's why when they want to fill data in Row or Column then, they use tab key or enter key.
<span>C:\Program Files (x86) folder</span>
Answer:
Use the insert column command by placing your cursor between A and B. Then insert your data
Explanation:
Explanation:
Following are the pseudocode of the program.
Step 1: Start.
Step 2: Input the First and Second.
Step 3: Check condition, if the First is greater than the Second.
Step 4: Then, print 'First is larger'.
Step 5: Check condition, if the Second is larger than the First.
Step 6: Then, print 'Second is larger'
Step 7: Otherwise, set else.
Step 8: Then, print " Numbers are equal"
Step 9: End if.
Step 10: Stop.