Answer: food poisning
Explanation:
either the food wasnt
cooked properly or the food was out of date and went bad
Answer: Basic Combined Programming Language
Explanation: it is a procedural, imperative, and structured programming language, originally intended for writing compilers for other languages.
Answer:
it's when the code keeps repeating e.g while loop
Explanation:
Answer: float n1=1009.87;
hope this helps
plz mark brainleist
Option D is correct. The loop should look like this:
for (int i = 0; i < 10; i += 2)
{
System.out.print(i + " ");
}