Let's talk computer.
Here's what I'm going to do. They are going to create something like software that reads a word or phrase they write for themselves. Patta works easily.
Step: - Open a Notepad.
Step: - Type this code one by one here.
Dim Message, Speak
Message = InputBox ("Enter Your Text", "Speak")
Set Speak = CreateObject ("sapi.spvoice")
Speak.Speak Message
Here it is typed. Go to Save As and type speak.vbs or * .vbs and save.
Now one of the other icons named as the way it was saved has been created. Double click on that
Now it looks like this. When you write something you like in the empty box and click Ok. The computer will read the word or phrase. Try it ..