Answer:
data check and double entry
Explanation:
Inputs have to be validated before allowing any kind of processing or operations to be performed on it. This is extremely important because , an unhandled wrong input might have the complete ability to crash a system. C++ has some good validation techniques that can be used to validate most kind of inputs. This post discusses some of the techniques and its shortcomings and what could be done to improve the quality of validation.
C# program code;
if (hours <=40)
{
pay = rate * hours;
}
else
{
extra_hours = hours - 40;
pay = 40*rate + extra_hours *rate*1,5;
}
Answer: B. He forgot to get the filming permit.
Integrated circuits incorporate many transistors and electronic circuits on a single tiny silicon chip, allowing <u>Third generation computers </u>to be even smaller and more reliable than earlier computers.
<h3>What are the Third generation computers?</h3>
The Third generation computers are known to be a kind of a computers that was said to have came about as a result of the growth and development of the integrated circuit (IC).
Note that they are said to be the first steps toward computers and as such, the Integrated circuits incorporate many transistors and electronic circuits on a single tiny silicon chip, allowing <u>Third generation computers </u>to be even smaller and more reliable than earlier computers.
Learn more about Integrated circuits from
brainly.com/question/1156455
#SPJ1