Answer:
can you show the picture??
Answer:
num1 = int(input("Enter number 1: "))
num2 = int(input("Enter number 2: "))
choice = input("Do you want to multiply them?: ")
if choice.capitalize() == "Yes":
print(num1 * num2)
else:
print("Peace out.")
Explanation:
Gg ez.
(I wrote the it in python because I don't know what language you want it in. Next time, say what language you want.)
Answer:
c. All of these choices are correct
Explanation:
XBRL (eXtensible Business Reporting Language) is a freely available and global framework for exchanging business information which uses XML-based data tags to describe financial statements for both public and private companies. It is a normalized version of XML. It leverages efficiencies of the Internet as today’s primary source of financial information by making Web browser searches more accurate and relevant.
Therefore, options a, b and d can be identified in the above definition of XBRL. Therefore,all the choices are correct.
Answer:
n2.
Explanation:
The function with the time complexity of n2 is the fastest growing function is in terms of square.As n increases the time complexity will grow very rapidly.
n=1 n2=1
n=2 n2=4
n=3 n2=9
n=4 n2=16
n=5 n2=25.
The slowest growing function among them is log n then n and then n log n.
n log n is better than n2.
Spreadsheet
Description
A spreadsheet is a computer application for organization, analysis and storage of data in tabular form where Jacob can store the user’s information.