Answer :
Final answer:
To decide if a user should get an email for not logging in for more than 10 days but less than 20 days, the most accurate logical expression to use is: if days since login > 10 and days since login < 20.
Explanation:
The appropriate condition to determine if a company should send a reminder email to a user who has not logged in for more than 10 days but less than 20 days is: if days since login > 10 and days since login < 20. This logical expression checks if the number of days since the last login is both greater than 10 and less than 20. If these two conditions are met, the user will get an email reminder.
Learn more about logical expression here:
https://brainly.com/question/33281525
#SPJ11