Answer:
Create a text file. And add this code in it:
@echo off
You are welcome to the batch programming!
And now save it with .bat file type. Give it any name you want.
And to run the bat file, double click the bat file. It will be running.
You can run it from command prompt as well. Type as below:
C:\folder\batch_name.bat.
Now, we can add as many commands in the file as we want, and we can do the batch programming.
Explanation:
Please check the answer section.
CTRL+P. It's usually pressed when you want to print something.
Check below your score it should say something out of 5 you need to get more to get 5/5
To make text bold, select and highlight the text first. Then hold down Ctrl (the control key) on the keyboard and press B on the keyboard. To make text italic, select and highlight the text first. Then hold down Ctrl (the control key) on the keyboard and then press the I on the keyboard
The "For each" loop can be used to process each element of an array.?