Answer:
c) 4.4
Explanation:
You can evaluate step by step the code. You know tha your input is 4.0
Step 1 Variables definitions:
double tax;
double total;
Step 2 Ask the user for the input:
System.out.print("Enter the cost of the item");
Step 3 read de input:
total = scan.nextDouble();
Step 4 evaluate the condition ( is the input greater or equal than 3.0 ? [True])
if ( total >= 3.0)
Step 5 get done the operations inside the condition and print it:
tax = 0.10;
System.out.println(total + (total * tax));
Answer:
Msinfo32.exe, cmd
Explanation:
The msinfo.exe is a tool that gathers information concerning your computer system and displays a comprehensive view of your system components, hardware, and software environment, that can later be use to diagnose computer issues.
Command Prompt is an interpreter application for command line which is available in nearly all Windows operating systems. It is utilized for executing entered commands.
Am not sure about no.2 and no.4
But am going to answer
1.true
3.true
5.true
Answer:
On the Formulas tab, in the Function Library group, click the Financial button, and click PMT. Enter B3/12 in the Rate argument box. Enter B4 in the Nper argument box. Enter B2 in the Pv argument box. Click OK.
Explanation:
Inside any excel spreadsheet like Microsoft Excel or Libre office Calc.
While your cursor is present at cell B6, do the following
On the formulas tab, in the function library group,
click the financial button
Then click PMT
Enter B3/12 in the rate argument box.
Enter b4 in the Nper argument box. Enter B2 in the argument box.
Click ok.
The following assumptions were made:
the annual interest rate is stored in cell B3
the number of payments in cell B4
the loan amount in cell B2.