Answer:
// Program is implemented using Coral Programming Language
int X
int Y
int Sum
Put "Enter any two numbers" to output
x = Get next input
Y = Get next input
if Y < X
Put "Second integer can't be less than the first" to output
else
for Sum = X; Sum <= Y; Sum = Sum + 10
Put Sum to output
Explanation:
The above program is written using Coral Programming Language
The first line is a comment
The next 3 lines declares 3 integer variables
Which are X, Y and Sum
X and Y represent the two input numbers as seen on line 6 and 7
X, being the first and Y being the second
Line 8 tests the larger of the two numbers
If Y is less than X, the output is "Second integer can't be less than the first" without the quotes
Else
The last two lines perform iterative operations that assigns the addition of 10 and X to Sum
It continues printing sum as long as sum is less than the value of Y.
Answer:
The correct answer is letter "D": unit of account and store of value.
Explanation:
Bitcoin is the first decentralized digital currency. It is also referred to as a virtual currency or a crypto-currency. Bitcoins are held in a digital wallet and can be sent over the internet. Bitcoin transactions are authorized using a digital signature. The transactions are verified usually within minutes by a network of miners. Once verified, the transaction is permanently stored on a public ledger known as The BlockChain.
Three are the functions of money: <em>medium of exchange, store of value, </em>and <em>unit of account</em>. In order to boost its use, a few merchants have started to accept Bitcoin as a medium of exchange but it still is not considered a unit of account since most items in the real world are valued in monetary terms. Also, it is not considered a store of value because, unlike money, Bitcoin cannot be saved in bank accounts earning interest. Bitcoins must be sold (at profit) to provide the holder revenues.
The demand of that product decreases only the few who can afford will purchase and the cause of higer prices on aproduct may b due to increement in taxes on acommodity by the gov't
Answer:
Correct option is (a)
Explanation:
Excise tax is an indirect tax which is not imposed on customers directly. Excise tax is imposed on producers or sellers for goods produced and they in turn transfer the burden of tax on customers in the form of higher prices. That is why, it is called indirect tax.
It is usually imposed on those goods such as liquor and tobacco whose consumption the Government needs to decrease. If excise tax is imposed on restaurant meals, then the restaurant will be able to produce and sell less at the same price it was charging earlier. If the restaurant wishes to sell more, then it will have to charge higher price.