Go in to ur files and find the file and delete it
There is a equal amount I guess free points for me
Answer:
Check below for the answer and explanations
Explanation:
Digital media coordinators are professionals that create and manage digital contents. They create and manage websites, blogs, social media platforms, e-commerce sites, etc.
To be a practitioner in this field, Claire needs a first degree in any of digital media, social sciences, communications, computer science and similar courses.
She needs to have a good knowledge of computer software, a high reasoning skill and a laudable communications skill.
Answer: you can't
Explanation: The best way to make one is to search for one then copy and paste
Hope this helps^^
Answer:
The pseudocode is as given below while the flowchart is attached.
Explanation:
The pseudocode is as follows
input customer name, number of texts
Set Basic bill=5 $;
if the number of texts is less than or equal to 60
Extra Charge=0;
If the number of texts is greater than 60 and less than 200
number of texts b/w 60 and 200 =number of texts-60;
Extra Charge=0.1*(number of texts b/w 60 and 200);
else If the number of texts is greater than 200
number of texts beyond 200 =number of texts-200;
Extra Charge=0.25*(number of texts beyond 200)+0.1*(200-60);
Display Customer Name
Total Bill=Basic bill+Extra Charge;
Total Bill after Tax=Total Bill*1.12;