Answer:
I introduced my sister to a thrift app called “Jongo”
Explanation:
Describe a time when you influenced someone else’s knowledge around technology, whether it be an app, a new gadget, etc. What did you do? What was the outcome?
While growing up, my sister runs a monthly thrift in our small community, where she collects daily contribution from our neighbors. She does this manually by going around and collecting cash from them. In addition to the risk of cash handling, it was quite stressful and tasking.
Considering all these, I had to introduce her to a mobile app called “Jongo”, it made the job look easy. All my sister had to do was
1. Download the app for herself and the contributors
2. Add them to a group which she created on the app
3. The contributors linked their debit cards to the app and granted access for their account to be debited daily
Due to the cumulative funds, interests was also been accrued daily, hence making it much more easy to do other things in addition to her thrift.
Answer:
cubeVolume = toThePowerOf(cubeSide, 3)
Explanation:
The function toThePowerOf, receives two int arguments say, a and b, where a is the first argument and b is the second argument as follows:
toThePowerOf(a,b)
The function returns the first argument(a) raised to the power of the second argument (b) i.e a ^ b as follows:
toThePowerOf(a, b){
return a^b
}
In the call to the function, the first argument a, is replaced with the variable cubeSide and the second argument b is replaced with the value 3.
Hence, the returned result becomes cubeSide ^ 3 which is then stored in a variable cubeVolume as follows:
cubeVolume = toThePowerOf(cubeSide, 3)
The answer to this question is C.
The answer is choice D-All of these :)
Answer:
Im pretty sure Domain name system but dont trust me
Explanation: