Answer:
hazardous chemicals leaving the workplace is labeled, tagged or marked with the following information: product identifier; signal word; hazard statement
Explanation:
this is so you know what chemicals are in it
Divide by 6 and divide the caw of squaw squaw
Answer:
Explain any five applications of computer modeling in beams.
Explanation:
Answer:
let number = 0
while number < 1
begin
print "Enter a positive integer: "
read number
end
end_while
find and print number's factors:
let prime = TRUE
let currentFactor = 2
let lastFactor = the square root of number truncated
to an integer value
while currentFactor <= lastFactor
begin
if number is evenly divisible by currentFactor
begin
print currentFactor
let number = number / currentFactor
end
else
let currentFactor = currentFactor + 1
end_if
end
end_while
print a message if number is prime:
if prime == TRUE
print "Your number is prime"
end_if
Explanation: