Int a, b;
cout<<"write to numbers";
cin>>a>>b;
cout<
Answer:
B. Not likely.
Explanation:
A customer expects that when he/she buys a product or service, the problems that might arise are taken care in a proper way and efficiently by the company. If it is not the case, the will no be willing to do business or increase business with that organization.
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.
Answer:
Volume Mixer window
allows a user to control the
volume of the computer.
Answer: I would say make a plan so that way you have a better understanding of it. I hope this helps! :)