Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Introduction In 2 0 2 3 , an estimation of more than 3 4 7 billion emails were sent and received per day worldwide 1

Introduction
In 2023, an estimation of more than 347 billion emails were sent and received
per day worldwide1
. While one email can have a small Carbon Footprint, the
collective impact of billions of them has a much larger impact. According to
Carbon Literacy Project2
, calculating the carbon footprint generated by an
email relies on many factors such as:
the nature of the device used to write/receive email (i.e. phone, tablet,
etc.),
the size of the email and if there is any attached document or image,
the number of recipients,
the efficiency of the data centres which the email passes through,
etc.
The carbon footprint of a single email can be as small as 0.03g and as large
as 26g 3
. In this project, we want to create a program that will ask the user
about the nature of the email sent and received and the program will display
its corresponding CO2e emissions. The program should ask the user whether:
the email is a spam or not,
whether it is a short or a long email (use one integer or boolean variable
for that),
whether it is sent and received on a phone or laptop (use one integer or
boolean variable for that)
whether it is a long email sent to one or many people (use one integer or
boolean variable for that)
Depending on these answers, the program will display the corresponding CO2e
emissions in grams using the table below.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Server Query Performance Tuning

Authors: Sajal Dam, Grant Fritchey

4th Edition

1430267429, 9781430267423

More Books

Students also viewed these Databases questions