<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="style.css" /> <meta charset="utf-8" /> </head> <body> <ol class="smallText"> <li> <p>Get the list of people with age > 21. How many are there?</p> <p class="result" id="q1">TODO</p> </p> </li> <li> <p>Get the total and average income for the entire population. </p> <p class="result" id="q2">TODO</p> </p> </li> <li> <p>Get total and average income of people older than 21 (included).</p> <p class="result" id="q3">TODO</p> </p> </li> <li> <p>Find in which city “Mitsue Tollner” lives.</p> <p class="result" id="q4">TODO</p> </p> </li> <li> <p>Find if there is anyone who lives in the same city of others.</p> <p class="result" id="q5">TODO</p> </p> </li> <li> <p>Get the city/cities where most people live.</p> <p class="result" id="q6">TODO</p> </p> </li> </ol> <script defer type="module" src="sketch.js"></script> </body> </html>