Write the follwing programs with-out using built-in functions.

  1. Program to find factors of a number.

  2. program to find the Factorial of a Number. This should give warning message for negetive numbers and zero.

  3. Program to sort numbers in a numeric vector.

  4. Program to convert decimal number into binary number using recursive function.

  5. Program to display the Fibonacci sequence up to n-th term using recursive functions.

  6. Program to check Armstrong Number.

  7. Program to Check for Leap Year.

  8. Program to show Multiplication Table of a number.

  9. Program to print length of each word in a sentence.

  10. Program to count vowels in a word.

 

Created and Maintained by Sangram Keshari Sahu
Rmarkdown Template used from Rmdplates package
Licensed under CC-BY 4.0
Source Code At GitHub