Java Script Programs
1. WAP to calculate the Area and Perimeter of the following
• Square
• Rectangle
• Circle
• Equilateral Triangle
2. WAP to design a Calculator
3. WAP to find the Maximum and Minimum number(using functions) out of 5
random numbers generated by system also round off the numbers.
4. WAP to convert a string entered by user into Uppercase & Lowercase.
5. WAP to accept 2 strings from the user concatenate the string and find the
length of new string.
6. WAP to check whether a string entered by user includes the word “Java”
also check does it starts with “A”
7. WAP to check the number entered by user is even or odd
8. WAP to check whether the user is eligible to vote or not
9. WAP to print the greatest no out of 3 numbers entered by user using
Conditional programming.
[Link] to print 1st 10 natural numbers
[Link] to print even/odd numbers from 50 to 60
[Link] to print even/odd numbers from 100 to 80
[Link] to print your name 5 times
[Link] to print the table of your Rollno in reverse order
[Link] to print the sum of first 10 natural nos
[Link] to print all numbers from 1 to 30 except the multiples of 5
[Link] to print the following patterns
a) *
* *
* * *
b) 1
1 2
1 2 3
c) 1
2 2
3 3 3
4 4 4 4