MATLAB CODE:
%%%%
clc
dist_mile=input('enter the distance in miles') %%%dist_mile stores given distance in miles
dist_km=dist_mile*1.6093 %%coversion of dist_mile into km and storing in dist_km
%%%%
OOUTPUT:
enter the distance in miles
2
dist_km
3.2186
A Printer or a Stove Or even a Pulley system
Answer:
Answer is Alta vista
Explanation:
I think this must be the answer
Answer:
(b) int **arr = new int*[10];
Explanation:
An <em>array of pointers</em> is simply an array containing pointer variables. These pointer variables may be Strings, integers, doubles e.t.c
To declare such arrays of pointers, for example, of integers, in C++, we write;
int **arr = new int*[10];
The left hand side of the above code snippet i.e int ** arr, suggests that arr is a pointer that points to a pointer to integer variables.
The right hand side i.e new int* [10], creates a new array of 10 integer pointer variables.
Now, put together, int **arr = new int*[10] will create/declare an array of pointers of integers having a size of 10.
Answer:
It is true, A rate of 10% with semiannual compounding should prefer.
Explanation:
The interest rate is the amount of charge a lender is used for assets. It is typically an annual basis or annual percentage,
The assets include
- cash
- consumer goods
- large assets
If a borrower is at high risk, they will be charged higher. It means the borrower will have to pay the original loan of the bank.
A leader prefers the compound interest method that the borrower pays.
A leader should prefer a semiannual (twice a year) rate.
The borrower prefers a loan with a rate of 10% annually.