Write a MATLAB program using afor loopto determine the number of values thatarepositive, the number of values that are negative,
and the number of values that equal zero ina vector containing N elements. Prompt the user to enter N and the vector of values and thendisplay the number of positive, negative, and zero values.
A Logic Bomb is a piece of code that is planted in a software system that is infected intentionally to set off malicious function.They are deployed at a predetermined time.
For ex:- a programmer hiding the files that deletes details of the employee who left the company.So these files can never be deleted.