Answer:
a. You are eligible to vote.
Explanation:
If Age >= 18 Then
Write "You are eligible to vote."
Else
Set - Age
Write "You can vote in " + Years + " years."
End If
The above code block is an example of if-else code block. The if-else code block follow a pattern of:
If (expression) then
else
(expression)
end if
Based on the if Age>= 18 condition, the output will be "You are eligible to vote."
I had that problem all the time. do this:
right click on the excel icon on the computer and click for a new excel sheet
go to file and open
find the excel sheet
and now you have 2 sheets open
I basically agree with the answer B.
Answer:
A line with a diamond on one end
Explanation:
A line with a diamond on one end is used as a symbol for condition.
In a structured programming chart, condition represents the fact that one program module (a control module) determines subordinate modules that will be invoked.
Answer:
It stands for Restriction of Certain Hazardous Substances.
Web search says it is important because,
RoHS compliance dovetails into WEEE by reducing the amount of hazardous chemicals used in electronic manufacture. Put another way, RoHS regulates the hazardous substances used in electrical and electronic equipment, while WEEE regulates the disposal of this same equipment.
Explanation: