Answer:
"It is 80 cents"
Explanation:
In order to calculate how much this actually is, we would need to multiply this fraction by the value of a whole dollar which is 1. We can divide the fraction 4/5 and turn it into the decimal 0.80 which would make this much easier. Now we simply multiply...
0.80 * 1 = $0.80
Finally, we can see that 4/5 of a dollar would be 0.80 or 80 cents. Therefore Pradeep would answer "It is 80 cents"
Answer:
The program to the given statement can be defined as follows:
Program:
//header file
#include <stdio.h> //defining header file
int main() //defining main method
{
int k; //defining integer variable k
for (k=1;k<=97;k++) //defining for loop
{
printf("*"); //print value asterisks
}
return 0;
}
Output:
*************************************************************************************************
Explanation:
Firstly, the headers file is included in the above C-language, and then the main method is described and all computations are performed with this method, which can be described as follows:
- Inside the main method, an integer variable k is declared.
- In the next line, the for loop is declared, which uses the variable k, which starts from 1 and ends when the value of k is less than equal to 97, inside the loop, it will print asterisks.
False. Credit cards usually have high interest rates if you don’t pay them off right away. The only way to benefit from a credit card is if you pay it off by the due date monthly.
Answer:
d. all of the statements are correct
Explanation:
Frame Relay is a high-performance WAN protocol that operates at the physical and data link layers of the OSI reference model. i.e Layers 1 and 2 They are designed to cope with bursty traffic. Frame relay is also a form of data networking based on packet switching in which the packets are variable in length and experience packet delays.
Based on the above definition the correct statement is option d as all of the statements define in the other option correctly defines the function of frame relay.
Answer:
...............................