Hey there, it’s your friendly neighborhood computer engineer, Vinit Pandey! I’m the mastermind behind smmwizardpro.com and edu4maharashtra.in – websites so cool they’ll make your head spin. And if you’re not following me on Instagram at vinit.bro, well, let’s say I am missing you their.
So if you want to level up your tech game, just hit me up. I promise I won’t bite – unless you’re a computer virus, in which case I’ll destroy you faster than you can say “blue screen of death.”
We are dedicated to providing comprehensive and practical solutions for Computer Science students from Part 1 to 12th standard in the Higher Secondary Board of Maharashtra. As technology continues to shape our world, a solid foundation in computer science is crucial for students to navigate the digital landscape successfully. Our blog aims to support and empower students by offering practical insights and solutions tailored to the Maharashtra Board curriculum.
At E4M, our mission is to empower Higher Secondary Computer Science students in Maharashtra with practical solutions that not only cater to their academic needs but also prepare them for the challenges and opportunities in the digital era. Explore our content, engage with our community, and embark on a journey of knowledge and growth with us. Let’s navigate the world of computer science together!
SWAPPING IN C++ | EXP-1
Write a function in C that extends the data (passing by reference) using the swap function to interchange the given two numbers.
Binary Search in C++ | EXP – 2
write a program in C++ that first initializes an array of given 10 sorted real numbers.
Ratio class Using Member Functions IN C++ | EXP – 3
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()
Write a Program for VIRTUAL FUNCTION IN C++ | EXP-4
Write a program in C++ using a virtual function. The program must declare p to be a pointer to objects of the base class person First,
Write a Program for AREA OF CIRCLE in C++ | EXP-5
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
Write a Program for Complex Numbers and sum in C++ | EXP-6
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
Write a Program for ADDITION AND DIVISION OPERATOR in C++ | EXP-7
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
Write a Program for CLASS HIERARCHY in C++ | EXP-8 |
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.
CS-1 | HTML | EXP-9
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 and styles in terms of alignment and font size. save the file and view the same using any HTML browser. verify the functioning of the hyperlinks.
CS-1 | VB SCRIPT | EXP-11
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-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