Answer:
John Locke
John Locke
His writings influenced Voltaire and Rousseau, but most importantly, the American revolutionaries. Thomas Jefferson used the thoughts first penned by John Locke while writing the Declaration of Independence.
Explanation:
B I think if I’m wrong I’ll retry
Answer:
image A = bonaparte crossing the grand saint berand pass by jerome martin langlois and jacques louis david 1802.
Image B napoleon on his imperial throne. by jean auguste dominique ingres 1806
Image c napoloen bonaparte in fontainebleau by pual delaroche 1845
Explanation:
The maximum number of consecutive days in which all the employees are present is only 2 days.
To solve this question, we need to understand the concept of zero indexing.
<h3>What is Zero Indexing?</h3>
The zero-based index is a method of addressing arrays in which the first element of a series is allocated the index 0, instead of the index 1, as is common in non-programming situations.
From the given information, Let assume that:
- There are r = 3 employees and,
- n = 5 workdays to analyze.
- The attendance data strings, data = [YYY, YYY, YNN, YYN, YYN].
We will realize that:
- There are only two days at the start of the period in which all the workers are present.
By applying zero indexing for employees:
- Employees 1, as well as 2, are not present (i.e absent) on the third day, and
- Employee 2 is also absent on the fourth and fifth days.
Thus, the maximum number of consecutive days is 2 days and it takes place only at the beginning.
Learn more about zero indexing here:
brainly.com/question/25012091