Ishad-M-I-M / RPAL-Lab-1

CS3512 - Programming Languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

CS3512 - Programming Languages