write down some features of Microsoft visual basic..don't copy from Google..
Answers
Answer:VB is a very high-level programming language, it is easily understandable as it uses many English keywords in the programming language itself. It makes it very easy for one to create a GUI and implement actions for components on the interface without having to write much code.
Explanation:One may use VB in creating applications for windows and the web. Using Visual Studio as the IDE makes errors in programming very forgiving, it is able to detect errors and point out suggestions with a good (debugging) interface and able to model relationships of objects within graphically. There is a lot more to the IDE that would make a complete programming beginner want to adopt the language, but the language itself helps make your code more powerful while being so compact.