https://github.com/hackstarsj/programming-fundamental-algorithm-code
programming-fundamental-algorithm-code
https://github.com/hackstarsj/programming-fundamental-algorithm-code
Last synced: 4 months ago
JSON representation
programming-fundamental-algorithm-code
- Host: GitHub
- URL: https://github.com/hackstarsj/programming-fundamental-algorithm-code
- Owner: hackstarsj
- Created: 2019-11-18T08:55:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T09:00:08.000Z (over 6 years ago)
- Last Synced: 2025-02-24T05:12:40.467Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# programming-fundamental-algorithm-code
programming-fundamental-algorithm-code
Basic Code (JS) and Algorithm
Program to Print Hello world!
Program to Add Two Numbers
Program to Find the Square Root
Program to Calculate the Area of a Triangle
Program to Swap Two Variables
Program to Generate a Random Number
Program to Convert Kilometers to Metre
Program to Convert Celsius To Fahrenheit
Program to Check if a Number is Positive, Negative or 0
Program to Check if a Number is Odd or Even
Program to Check Leap Year
Program to Find the Largest Among Three Numbers
Program to Find the Factorial of a Number
Program to Display the multiplication Table
Program to Find the Sum of Natural Numbers