1. Define software engineering.
Short, clear: aim 1–3 sentences.
18. Fix this JS block (type corrected code):
if (age > 18)
console.log("Adult")
else {
console.log("Minor")
}
21. HTML coding task — create a simple HTML page using <h6> and a paragraph summarizing the last two classes.
Note: This is manually graded; include <html> <head> <body> tags and at least 4 lines in the paragraph.