For(int I = 0: I < 5; i++)
{
System.out.println(" print this " + I );
}
Chat with our AI personalities
i'll take a stab at it, though i'm a java person.. #include<stdio.h> main() { for (int i = 1; i<9;){ printf(i); i*=-1; if(i<0) i-=2; else i+=2; } }
390625
A 40 cm piece of string can be cut into eight 5 cm pieces.
You can cut the string into 15 total pieces.
54