0% found this document useful (0 votes)
3 views2 pages

Web Application Assignment List

Uploaded by

faiyadthegamer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Web Application Assignment List

Uploaded by

faiyadthegamer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

WEB APPLICATION ASSIGNMENT LIST

CLASS XII B

1. Write a program in Java Script to accept the temperature in Celsius from


user and convert it in to Fahrenheit.
2. Write a program in Java Script to accept the coefficients a, b, c of the
quadratic equation ax2 + bx + c =0. Print the real roots using Sri
Dharacharya menthod.
3. Write a program in Java Script to accept three numbers from user and
find the largest using conditional statement.
4. Write a program in Java Script to accept four numbers from user and find
the largest using conditional statement.
5. Write a program in Java Script to accept three numbers from user and
find the largest using ternary operator.
6. Write a program in Java Script to accept four numbers from user and find
the largest using ternary operator.
7. Write a program in Java Script to accept three numbers from user and
find the largest using ternary operator by function with no argument and
no return value.
8. Write a program in Java Script to accept four numbers from user and find
the largest using ternary operator by function with arguments but no
return value.
9. Write a program in Java Script to accept three numbers from user and
find the largest using ternary operator by function with no arguments
but with return value.
[Link] a program in Java Script to accept four numbers from user and find
the largest using ternary operator by function with arguments and with
return value.
[Link] a program in Java Script to accept a string and show the output of
all the string functions.
[Link] a program in Java Script to store five numbers in an array and five
names in another array. Print all the numbers and all the names using
loop.
[Link] a program in Java Script to accept a number from user and print
the reverse of that number. (e.g., if the number is 123 then the reverse
will be 321).
14. Write a program in Java Script to accept a number from user and print
the sum of all the digits of that number. (e.g, if number is 456 then the
sum will be 4+5+6 = 15).
15. Write a program in Java Script to accept a number from user and print
the sum of odd position values and the sum of even position values
separately (e.g., if the number is 12345 then the sum of odd position
values will be 1+3+5 = 9 and the sum of even position values will be
2+4=6).

You might also like