It is hi5 if I’m a Plato class
I mean, this is tricky because there's a lot of skills they'd need - c<span>ommunication, leadership, organisation, confidence etc. Is there a list of answers to choose from?</span>
Answer:
Explanation:
i) On a cold day, Capacity = (66 X 910 X 10∧-9) F
Charge, Q = (66 X 910 X 10∧-9) X 5050 = 0.30 Columb
Current, I= 5050/131013 = 0.039 Amp (where Resistance = 131013 ohms)
Time, t= 0.30/0.039 = 7.7 seconds
ii) On a humid day, Capacity = (77 X 910 X 10∧-9) F
Charge, Q = ( 77 X 910 X 10∧-9) X 5050 = 0.35 Columb
Current, I= 5050/6106 = 0.83 Amp ( where Resistance = 6106 ohms)
Time, t= 0.35/0.83 = 0.42 h or 0.42 X 60 mins = 25 mins
Answer:
The program only runs 5 five since the for loop statement is limited to loop only five times.
Explanation:
In programming, a for-loop statement is used to repeat a collection of events a definite number of times. The number of loops is specified and compared with a variable to execute a block of code.
The for-loop statement in the code above declares and initializes a variable "i" to zero, runs the block of code, and increments by one if it is less than 5.
To make it run eight times, the value five should be changed to 8 instead.
Line 2 or line 4 sorry if I’m wrong