HSC IT Practical Solutions

Exp-11 Create event driven JavaScript program to convert temperature to and from Celsius, Fahrenheit.

write this on the writing side Formula: c/5= (f-32)/9[where c=Temperature in Celsius and f=Temperature in Fahrenheit.]Output format : 40 Celsius=104 Fahrenheit45 Fahrenheit = 7.22222222 Celsius stick this output on the blank side

Exp-11 Create event driven JavaScript program to convert temperature to and from Celsius, Fahrenheit. Read More »

Exp-10 Create event driven JavaScript program for the following. Make use of appropriate variables, JavaScript inbuilt string functions and control structures.

write this on the writing side To accept string from user and reverse the given string and check whether it is palindrome or not. stick this output on the blank side

Exp-10 Create event driven JavaScript program for the following. Make use of appropriate variables, JavaScript inbuilt string functions and control structures. Read More »

Scroll to Top