flip flops are shoes and they look like shoes
Answer:
for i in range(0,10):
if SimonPattern[i] == UserPattern[i]:
score = score + 1
i = i + 1
else:
break
if i == 9:
score = score + 1
print("Total Score: {}".format(score))
Explanation:
This for loop was made using Python. Full code attached.
- For loop requires a range of numbers to define the end points. For this Simon Says game, we are talking about 10 characters, so that must be the range for the for loop: from 0 to 10.
- Conditional if tests if Simon pattern matches User's one characheter by one and add point for each match.
- Break statement is ready to escape the for loop at first mismatch.
- As we are starting from index 0, if the users matched all the characters correctly, then we need to add 1, otherwise the maximun score would be 9 and it should be 10.
Answer:
the three part are mass, spring, damping
Explanation:
vibrating system consist of three elementary system namely
1) Mass - it is a rigid body due to which system experience vibration and kinetic energy due to vibration is directly proportional to velocity of the body.
2) Spring - the part that has elasticity and help to hold mass
3) Damping - this part considered to have zero mass and zero elasticity.
Answer:
a. ε₁=-0.000317
ε₂=0.000017
θ₁= -13.28° and θ₂=76.72°
b. maximum in-plane shear strain =3.335 *10^-4
Associated average normal strain ε(avg) =150 *10^-6
θ = 31.71 or -58.29
Explanation:

ε₁=-0.000317
ε₂=0.000017
To determine the orientation of ε₁ and ε₂

θ= -13.28° and 76.72°
To determine the direction of ε₁ and ε₂

=-0.000284 -0.0000335 = -0.000317 =ε₁
Therefore θ₁= -13.28° and θ₂=76.72°
b. maximum in-plane shear strain

=3.335 *10^-4

ε(avg) =150 *10^-6
orientation of γmax

θ = 31.71 or -58.29
To determine the direction of γmax

= 1.67 *10^-4