Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 581 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 581 Bytes

RPAL-Lab-1

CS3512 - Programming Languages lab 1 exercises.

Contains answers for following questions.

  1. Program to check whether the given number is positive or negative
  2. Program to find greatest of three numbers
  3. Program to print Fibonacci series in a given range
  4. Program to find factorial of a given number
  5. Program to check if given number is palindrome or not
  6. Program to display palindrome numbers in a given range
  7. Program to check if number is odd or even
  8. Program to find sum of first n numbers

To run a program

.\rpal.exe <filename>