Well, you didn't say what language, so here's in Java:
public static void PrintShampooInstructions(int numCycles)
{
if(numCycles < 1)
System.out.println("Too few.");
else if (numCycles > 4)
System.out.println("Too many.");
else
{
for(int i = 1; i <= numCycles; i++)
{
System.out.println(i+": Lather and rinse.");
}
System.out.println("Done.");
}
}
And also in an image, in case you can't really see it
Answer:
I'm going to agree if they had some decision when we meet to each other because I want to meet them in personal.
Explanation:
That's my own opinion
Answer:
table of contents/ straight line/horizontal line/diagonal line/zigzag line/curved line(softly) curved line(fully) thin line
Explanation:
your welcome
The answer to your Question is false
That code, if it even compiles, won't produce those values with that call.