Answer:
Here is a simple application running loop example in python
running = true
while(running):
# YOUR CODE HERE
Explanation:
A while loop is basically a loop of something if something is true
so if there is a boolean set to true for a application to run then use a while loop. Have a nice day! :)
Answer:
restarting your device almost always works to fix problems like this.
Explanation:
You cant "carry" a large amount on a credit card, as a credit card is for "borrowing money" and then paying it back at a later date. If you wanted to spend a large amount on a credit card, you would want to get a credit card with a high limit, meaning that you can spend more before you have to pay, as well as a low interest rate or an interest free period, so that you would pay closest to the money you previously spent instead of paying more in the form of interest.