Saved Bookmarks
| 1. |
Solve : How to create variable, assign a value & write to a file?? |
|
Answer» Hi I want to set a variable to 0 and then increment it one time and then i want to write the obtained value to a file.a) set variable: set /? b) write to file : >> or > C) increment : set /? hint: /AWhat would the obtained value be if it is indefinitely being incremented one at a time? Under what CIRCUMSTANCES would the loop stop and the output be WRITTEN? |
|