This program needs to be done on Windows Batch Scripting Code.
1. By using the Notepad editor (Batch Scripting), append to the .bat file:
- Use a for loop from 1 to 20.
- Find the results of calculating each number from (3 to 13 mod 4) + 4.
- After the for loop ends, display the average for all previous results and append them to a file named values.txt.
2. Using the Notepad editor, append to the .bat file:
- Create a directory called rpm6.
- Go to the folder rpm6.
- Make a file called three.txt.
- Place your name into the three.txt file using a single line comment.
- Place the command that will display your name into the three.txt file.
- Place the command that will display one empty line using Windows Batch Scripting Code.