Write a method to copy and cut / Move text in a document?
Answers
Answered by
3
Explanation:
Generally, the basic steps to copy and move are as follows:
- Select the text you want to copy or move.
- Copy (or cut) the selected text.
- Reposition the insertion point at the target location.
- Paste the text you copied (or cut).
Answered by
2
Answer:
Generally, the basic steps to copy and move are as follows:
Select the text you want to copy or move.
Copy (or cut) the selected text.
Reposition the insertion point at the target location.
Paste the text you copied (or cut).
Similar questions