Answer:
A (information technology)
Explanation:
You can set it up in settings and set strict hours for screen time.
Answer:
#include <iostream>
#include <cstdlib>
using namespace std;
int main(){
int sum=0, num=5; //variables declaration and inicialization
while (sum<500){ //conditioning to do the sum up to 500
sum=sum+num; //actually sum process
cout << "The value is: "<<sum; //show the result in screen
};
return 0;
}
The only syntax error I saw was that the re pattern should have been double quoted.
Other
non-syntax errors are: the import statement doesn't have a valid module
name. It should be "import re" . Since tutorGroup is double quoted in
the re.match(), it becomes a string, not the variable from the input()
function.
Co-pay: Term often used in health care, insurance covers part of the cost and you pay the rest. Seeing in this situation you are paying for the insurance itself, the term is not correct.
Deductible: An insurance term for when you have to pay a certain amount before insurance will cover the rest.
Premium: A fee payed by the insured (Jan) to be covered. This is my best guess for your answer.
Claim: A claim is when Jan would request the insurance company to reimburse her after a car accident (or her tires got slashed, etc.)