Answer:
Option B and C are the correct answer for the above question
Explanation:
The above question asked about the work of the programmer to catch an error of the program--
- Then the option B states that the programmer needs to prints the value of the various program variable on every line of the program which is the correct solution because it is used to find the error easily. It defines the value of every variable in every place of the program and the programmer caught the error statement in the program if anywhere the variable gets the false value.
- The C option states to help from a friend, it is also a good solution because the friend can easily be caught the error of the program by seeing every line of code.
- But the other option is not correct because the option A states that the change the name of the variable which is not a result of anything.
- And the option D states that the code will be retyped again which is also not justify anything.
A date function in Excel is a function that enables one to enter the various values for a date such that it comprises the values for:
<h3>What is a Nested Date Function?</h3>
A nested date function is a formula that uses a date function in carrying out a calculation.
In this case, we used nested the dates of purchase in the function that calculated the expiry date of the items purchased using the following formula:
=DATE(YEAR(A2)+5,MONTH(A2),DAY(A2))-1
Learn more about Nested Formulas at:
brainly.com/question/17041438
#SPJ1
The address bar holds the URL.
the output printed on the paper is called hardcopy output. some examples are printer and plotter.
the output produced on display screen and audio sound is called soft copy output. some examples are moniter and speaker.
Answer:
Input
Enter length in centimeter = 1000
Output
Length in meter = 10 m
Length in kilometer = 0.01 km
Explanation:
hope this helps