This collection includes various RPAL programs designed to perform fundamental tasks. Here's a brief overview of the available programs:
-
Determine Positivity/Negativity: Identify whether a given number is positive or negative.
-
Find the Greatest Among Three Numbers: Compare and find the largest number among three inputted values.
-
Generate Fibonacci Series: Print the Fibonacci series within a specified range.
-
Calculate Factorial: Compute the factorial of a given number.
-
Check Palindrome: Verify if a given number is a palindrome.
-
Display Palindrome Numbers in a Range: List all palindrome numbers within a specified range.
-
Check Odd or Even: Determine if a given number is odd or even.
-
Calculate Sum of First 'n' Numbers: Find the sum of the first 'n' numbers.
To execute a program, follow these steps:
- Use the command
.\rpal.exe fileName, wherefileNamerepresents the name of the RPAL program file you want to run.