◼️TASK 2 : Calculator Web Application Goal: Design a basic calculator using HTML, CSS, and JavaScript. Allow users to perform simple calculations: Addition Subtraction Multiplication Division Make it user-friendly and responsive.
Key Highlights: Calculator layout built using HTML and styled with CSS. All number and operator buttons are clickable. JavaScript handles input and displays the result instantly. Clear button (C) resets the screen.