Errors in my Program !
The program was giving me four errors. I had devised a machine learning program for my robotics team. We had to present the robot that we were making for an event that might take us to IIT-Bombay and eventually to Stanford University ! My team-mates were students of the Electronics branch. We had divided work among ourselves so as to not strain a single person with the task of doing the whole thing. Mine, was the last job. All the circuitry had been completed. All that I had to do was to program the robot so that it learnt on it's own how to respond to the path in front of it. Such type of a program is known as a machine learning program. My robot was to run on a path without any remote control, learning the path and where to avoid obstacles. These errors were only declaration errors i.e. errors in which variables in a program have been left undeclared before they are being called in the program. It took me another five minutes to correct those errors. I looked at my watch. It wa...