Answer:
It can translate text to voice
Explanation:
The cd command, also known as chdir (change directory), is a command-line shell command used to change the current working directory in various operating systems. It can be used in shell scripts and batch files.
D iTunes hope this helps!
Mostly for privacy or to not get caught looking up answers probably
Answer:
A) The type of data it will hold
Explanation:
In most programming languages, a variable must be decalared before it can be used. Variable declarations allows the compiller to make provision of memory space for the variable so the type of data must be defined accordingly with the name of the variable because different data types occuppy different spaces in memory for example
An integer is 32 bit integral value
A char is 16 bit unicode value
A double is 64 bit floating point value