CS-1 || VB SCRIPT || EXP-12
write a program for two-number addition in Visual Basic. use components for input and getting results. Also create a button to reset all the Inputs
CS-1 || VB SCRIPT || EXP-12 Read More »
write a program for two-number addition in Visual Basic. use components for input and getting results. Also create a button to reset all the Inputs
CS-1 || VB SCRIPT || EXP-12 Read More »
Today we will perform HSC Computer Science Practical of slip no – 14 this program is based on visual basic we have to write a program to find the sum of 100 numbers using Do loop. First of all we understand what is visual basic and what is Do Loop
CS-1 || VB SCRIPT || EXP-11 Read More »
a) create simple HTML pages on any of the following topics. college profile, Computer Manufacturer, or software development company. The page must of at least 3 paragraphs of text. The page must have an appropriate title, background color, or background image and hyperlinks to other pages the paragraphs must have text consisting of different colors
CS-1 || HTML || EXP-9 Read More »
write a program in C++ to implement the following class hierarchy class student to obtain roll number, class test to obtain marks scored in two different subjects, Class sports to obtain weightage (marks) in sports and class result to calculate the marks. The program must print the roll number of individual marks obtained in two
CLASS HIERARCHY || EXP-8 || CS-1 Read More »
write a program in C++ to implement an addition and division operator for the ratio class. hence print the given two ratios x and y , their sum (x+y) and division (x/y).
ADDITION AND DIVISION OPERATOR || CS-1 || EXP-7 Read More »
write a program in C++ with a complex constructor to add the given two complex numbers. The program should print the given complex number and their sum.
Complex number and sum || EXP-6 || CS-1 Read More »
Implement a circle class in C++ each object of this will represent a circle storing its radius and X&Y coordinates of the centers as floats include a default constructor access function and area and circumference of the circle.
HSC CS PART -1 | AREA OF CIRCLE | EXP-5 Read More »
Write a program in C++ using virtual function. The program must declare p to be a pointer to objects of the base class person First, the program must assign p to point an instance x (name of the person e.g. “BOB”) of class person. The program must then assign p to point at an instance
HSC – VIRTUAL FUNCTION IN C++ | EXP-4 Read More »
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.
HSC – Using Member Functions IN C++ | eXP – 3 Read More »
write a program in C++ that first initialize an array of given 10 sorted real numbers. The program must verify whether the given element is to an array or not, using a binary search technique. The element is to be entered at the time of execution. If the number is found, the program should print
HSC – Binary Search in C++ | EXP – 2 Read More »