January 2023

HSC CS Part -1 | EXP-5 | RATIO & RECIPROCAL

Write a program in C++ with a ratio class using member functions like assign() function to initialize its member data integer numerator and denominator, convert() function to convert the ratio into double, invert() function to get the inverse of the ratio and print() function to print the ratio and its reciprocal. 12th CS Part-1 Practical

HSC CS Part -1 | EXP-5 | RATIO & RECIPROCAL Read More »

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