I would say the correct answer is #1.
Answer:
scanf() function is used to get a input from keyboard.This function is in the stdio.h library.To use this function we must include the stdio.h library first in the code. Then only we can use the scanf() function in any code.printf() function is used to print anything .this function is from stdio.h library.
Code to read voltage drop across the register.
#include <stdio.h>
// main function
int main(void) {
// variable
double vr1;
printf("Enter voltage drop:");
// read voltage drop from user
scanf("%lf",&vr1);
// print voltage drop
printf("voltage drop is:%0.2lf",vr1);
return 0;
}
Output:
Enter voltage drop:200.4
voltage drop is:200.40
Answer is power and base
Explanation: both power and base are number variables
Regardless of which version of Windows you have, you can also open the browser from the start menu. Select the start button and type in Chrome. If the Chrome browser is on your computer, it will be displayed in the menu, where you can now see the icon and select it to open.
<3
The answer is (C)
consider how you could shorten the column labels.The label at the top of a column is sometimes wider than the
data stored in the column. Expanding a column is an option but this may mean that
you will not see as many columns on a page as possible. Wrapping text is also
an option but has a downside to it as well since it will make the row with
great height.
Rotating the labels is also a possibility but is also not recommended.
This leaves us with shortening the column labels and keep dictionary worksheet
for users. As much as you can, consider using acronyms and abbreviations.