AJAX Assignment

5 Tasks | addition, subtraction, and multiplication| Add validation in JavaScript |keyup event so results update live as the user types|styled HTML output (e.g., colored text showing the result) |a mini project “Student Result Checker” where you send name and marks through AJAX to result.php, calculate grade (A, B, C, Fail)

1

Task 1: Basic Math

Addition, Subtraction & Multiplication combined.

2

Task 2: Input Validation

Ensures fields are not empty and contain only numbers.

3

Task 3: Live Keyup Event

No button. Results update as you type.

Waiting for typing...
4

Task 4: Styled Response

Fetches colored and formatted HTML from server.

5

Task 5: Mini Project

Student Grade calculation (A, B, C, Fail).