Divy027 / Divy-JS-assignments

0 stars 0 forks source link

Divy-JS-projects

calc.js = calculator via Js./

checkPrime = program to check prime number./

evenNumbers = program to print even number from 1 to 100./

#fact.js = program to calculate factorial./
#tempTOfar.js = program to convert celcius to fahrenheit./
#leapYear.js = program to check leap year.

multiples.js = sum of multiple of 3 and 5..

PrimeFact.js = factorial of prime numbers..

grade.js = grade of students from S to F...

triangle.js = check whether the triangle is scalene, equilateral or isosceles..

specialnum.js = check special number..

NumberRightTriangle = using for loop output the pattern...

armstrong.js = check armstrong number...

matchstick.js = assignment 4..

VolumeClass.js = assignment 5...

rectangleClass.js = assignment 6 question 1 ...

find_largest,js = assignment 6 question 2 ...

insertDash.js = assignment 6 question 3...