The program is an illustration of functions.
Functions are group of code blocks that perform as one
The ConvertToWeeksAndDays() function in python where comments are used to explain each line is as follows:
#This defines the ConvertToWeeksAndDays function
def ConvertToWeeksAndDays(totalDays):
#This calculates the number of weeks
weeks = totalDays//7
#This calculates the number of days
days = totalDays %7
#This prints the number of weeks and days
print(weeks,"weeks and",days,"days")
Read more about similar programs at:
brainly.com/question/25223400
Answer:
SiC=169.26 Mpa
Partially stabilized zirconia=507.77 Mpa
Explanation:
<u>SiC
</u>
Stress intensity, K is given by
hence making
the subject where
is applied stress, Y is shape factor, a is crack length
substituting the given figures and assuming shape factor, Y of 1
<u>Stabilized zirconia
</u>
Stress intensity, K is given by
hence making
the subject where
is applied stress, Y is shape factor, a is crack length
substituting the given figures and assuming shape factor, Y of 1
Answer:
Control panel
Explanation:
The Control Panel is a component of Microsoft Windows which provides the ability to view and change system settings. It consists of a set simple computer programs (applets) that include adding or removing hardware and software, controlling user accounts, changing accessibility options, and accessing networking settings.