You are on page 1of 12

Software Programs

1. Write separate ALPs to add, to subtract and to find an average of two numbers.
2. Write an ALP to check given number is positive or negative.
3. Write an ALP to display message on the screen using Macros
4. Write an ALP to find the largest of N numbers.
5. Write an ALP to find whether the given string is palindrome or not.
6. Write an ALP to perform binary search and display the output on the monitor.
7. Write an ALP to compute factorial of positive integer ‘N’ using recursive procedure.

You might also like