Answer:
Windows OS is software....
Answer:
Answered below
Explanation:
//Program is written in Python programming language
def charCnt( fileName, char){
if not fileName.exists( ):
return sys.exit(1)
else:
openFile = open("$fileName.txt", "r")
readFile = openFile.read( )
fileLength = len (readFile)
count = 0
for character in range(fileLength):
if readFile[character] == char:
count++
openFile.close( )
return count
}
Answer:
S
Explanation:
The index operator will address individual characters in the string.
<span>They include programs that help people do certain tasks. They include programs that control a computer. They store information being used by the CPU.</span>