Answer:
The answer is $1600
Explanation:
Identify the output, input, and any missing information for the following problem. George wants to find out how much extra he will get paid next month. George gets paid $10 an hour and words 40 hour work weeks.
Usually, a month contains 4 weeks.
The formula we would use is : rate * hours per week * total weeks in a month.
The result would be 10x40x4 = $1600
The overdraft transaction will be successful and $45 will be paid at the grocery store but there will be an overdraft charges in addition to $15.
Overdraft is a privilege granted to checking account holder which good credit record.
- Overdraft privilege allows payment for transaction even though there's not enough funds in the bank account to fully cover the transaction.
- An Overdraft Fees will be charged for the service provided by the bank in addition to the amount provided to the bank-holder.
In conclusion, the payment at the grocery store will be successful but the account will be in negative of $15 and an overdraft fee will be charged by the bank as well.
Read more on Overdraft here
<em>brainly.com/question/17154998</em>
Answer:
In Python:
mystr = input("Sentence: ")
mylist = []
word = ""
for i in range(len(mystr)):
if not i == len(mystr)-1:
if not mystr[i] == " ":
word+=mystr[i]
else:
mylist.append(word)
word = ""
else:
word+=mystr[i]
mylist.append(word)
print(mylist)
Explanation:
Prompt the user for an input sentence
mystr = input("Sentence: ")
Initialize an empty list
mylist = []
Initialize each word to an empty string
word = ""
Iterates through the input sentence
for i in range(len(mystr)):
If index is not the last, the following if condition is executed
if not i == len(mystr)-1:
If the current character is not space
if not mystr[i] == " ":
Append the character to word
word+=mystr[i]
If otherwise
else:
Append word to the list
mylist.append(word)
Set word to an empty string
word = ""
If otherwise; i.e. If index is not the last
else:
Append the last character to word
word+=mystr[i]
Append word to the list
mylist.append(word)
Print the list
print(mylist)
A or B cuz you need one of the two to have WiFi cuz my computer asks if i have an adapter and then SSID
Answer: No!
Explanation: You can make your account where and whenever!