1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
worty [1.4K]
3 years ago
13

What do you hope will be in/added GTA 6?

Computers and Technology
1 answer:
Rzqust [24]3 years ago
4 0
Super power lol that’d be cool
You might be interested in
What does the CFO of a company do
Sophie [7]

For many privately held businesses, the decision to hire a chief financial officer (CFO) is often a difficult decision.  Beyond the issue of whether the company can afford a high-caliber financial professional, many business owners are often confused over just what it is that a CFO does or should do. 

More than just a glorified bookkeeper (or someone whose long service to the company has been rewarded with a fancy title), an effective CFO plays a number of important roles within the entrepreneurial company that are essential in providing a strong financial foundation for a growing business.  Listed below are some of the critical areas in which an effective CFO will work to provide financial support for a company’s business objectives.

Implements/Supervises Internal Controls:  A CFO is responsible for bringing important financial controls to a company.  Those controls should include the effective management of cash flow and overhead expenses, establishing credit policies for customers and working with major vendors to achieve more favorable payment terms, and implementing procedures for measuring and evaluating optimal inventory levels.  At a higher level, a CFO should also develop effective controls that provide oversight against fraudulent activities.

Handles Projects With Major Financial Impact:  Beyond implementing and monitoring company controls and systems, an effective CFO will also handle those projects that require significant quantitative and qualitative analysis in order to arrive at an understanding of the options that are available.  For example, a CFO will take responsibility for developing a company’s annual budget, interacting with the business owner and department managers to ensure that the final product accurately and objectively reflects the real requirements of the business.  A CFO might also conduct a thorough analysis of a company’s future capital investment requirements as a first step in securing additional financing.

Cultivates Relationships With Outside Financing Sources:  A major responsibility of an effective CFO is to establish good working relationships with banks as well as other financial institutions that may have an impact on the company’s ability to finance its operations.  Activities in this area can include regular meetings with officers at the company’s bank to review ongoing operations, negotiating more favorable terms for bank lines of credit, and discussions with private investors on how additional capital might be invested in the firm. 

Drives Major Strategic Issues:  An effective CFO can also be expected to play an important role in addressing major strategic issues that can have an impact on the company’s long-term future.  Such issues might include the development of an company acquisition strategy to help fuel additional growth, or the divestiture of particular product lines or business activities that no longer match the company’s business objectives.  A CFO would also play a key role in any effort to seek investment from the public financial markets or to launch an initial public offering (IPO).  

Serves As Key Advisor To Company Management:  Finally, an effective CFO is a key member of the management team of a growing entrepreneurial company.  Because of his/her financial acumen and general business knowledge, a good CFO will help the business owner and other top executives make the tangible connection between a company’s operations and its financial performance.


6 0
3 years ago
Write a program to compute the sum of digits in a number given by the user. You must use your own function to compute the sum of
Sergio [31]

Answer:

python program compute the sum of digits of a number using function.....hope this answer is perfect and better for urr question....thanks

4 0
3 years ago
What makes a source credible?
g100num [7]

Answer:

C It is believable or trust worthy

4 0
3 years ago
Read 2 more answers
Could anyone help me with this assignment please?
kicyunya [14]

Answer:

"Word Processing Assignment

5 0
3 years ago
Write a program with the total change amount as an integer input, and output the change using the fewest coins, one coin type pe
riadik2000 [5.3K]

Answer:

In Python:

cents = int(input("Cents: "))

dollars = int(cents/100)

quarters = int((cents - 100*dollars)/25)

dimes = int((cents - 100*dollars- 25*quarters)/10)

nickels = int((cents - 100*dollars- 25*quarters-10*dimes)/5)

pennies = cents - 100*dollars- 25*quarters-10*dimes-5*nickels

if not(dollars == 0):

   if dollars > 1:

       print(str(dollars)+" dollars")

   else:

       print(str(dollars)+" dollar")

if not(quarters == 0):

   if quarters > 1:

       print(str(quarters)+" quarters")

   else:

       print(str(quarters)+" quarter")

if not(dimes == 0):

   if dimes > 1:

       print(str(dimes)+" dimes")

   else:

       print(str(dimes)+" dime")

if not(nickels == 0):

   if nickels > 1:

       print(str(nickels)+" nickels")

   else:

       print(str(nickels)+" nickel")

if not(pennies == 0):

   if pennies > 1:

       print(str(pennies)+" pennies")

   else:

       print(str(pennies)+" penny")

   

Explanation:

A prompt to input amount in cents

cents = int(input("Cents: "))

Convert cents to dollars

dollars = int(cents/100)

Convert the remaining cents to quarters

quarters = int((cents - 100*dollars)/25)

Convert the remaining cents to dimes

dimes = int((cents - 100*dollars- 25*quarters)/10)

Convert the remaining cents to nickels

nickels = int((cents - 100*dollars- 25*quarters-10*dimes)/5)

Convert the remaining cents to pennies

pennies = cents - 100*dollars- 25*quarters-10*dimes-5*nickels

This checks if dollars is not 0

<em>if not(dollars == 0):</em>

If greater than 1, it prints dollars (plural)

<em>    if dollars > 1:</em>

<em>        print(str(dollars)+" dollars")</em>

Otherwise, prints dollar (singular)

<em>    else:</em>

<em>        print(str(dollars)+" dollar")</em>

This checks if quarters is not 0

<em>if not(quarters == 0):</em>

If greater than 1, it prints quarters (plural)

<em>    if quarters > 1:</em>

<em>        print(str(quarters)+" quarters")</em>

Otherwise, prints quarter (singular)

<em>    else:</em>

<em>        print(str(quarters)+" quarter")</em>

This checks if dimes is not 0

<em>if not(dimes == 0):</em>

If greater than 1, it prints dimes (plural)

<em>    if dimes > 1:</em>

<em>        print(str(dimes)+" dimes")</em>

Otherwise, prints dime (singular)

<em>    else:</em>

<em>        print(str(dimes)+" dime")</em>

This checks if nickels is not 0

<em>if not(nickels == 0):</em>

If greater than 1, it prints nickels (plural)

<em>    if nickels > 1:</em>

<em>        print(str(nickels)+" nickels")</em>

Otherwise, prints nickel (singular)

<em>    else:</em>

<em>        print(str(nickels)+" nickel")</em>

This checks if pennies is not 0

<em>if not(pennies == 0):</em>

If greater than 1, it prints pennies (plural)

<em>    if pennies > 1:</em>

<em>        print(str(pennies)+" pennies")</em>

Otherwise, prints penny (singular)

<em>    else:</em>

<em>        print(str(pennies)+" penny")</em>

<em>    </em>

4 0
3 years ago
Other questions:
  • Write a program named TypingGrades that allows a user to enter a student’s number of words typed. The output is the letter grade
    9·1 answer
  • What can search the Internet and select elements based on important words?
    15·2 answers
  • Which of these does an open office or Microsoft Office wizard do?
    7·1 answer
  • A search engine displays a list of webpage names that contain the search text. what is the term for that list?
    14·1 answer
  • An athlete runs every day for five days. Write a program that computes the total distance and average distance ran by the athlet
    10·1 answer
  • Why is investing in a mutual fund less risky than investing in a particular company's stock? A. Mutual funds only invest in blue
    14·2 answers
  • Please help due today please help me!!!!!
    15·1 answer
  • What is the function of control unit? in computer. <br>​
    8·1 answer
  • 25 Points Asap <br> Write a Java program named Light.java that displays a light bulb shown below:
    14·1 answer
  • In what ways can you sort data by using the sort procedure? Check all that apply.
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!