Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Java by Emily ( 6 years ago )
/**
* test for first day.
*
*/
public class APProgrammingPractice
{
public static void main(String[] args)
{
//Emily Norton
System.out.println("how are you today");
System.out.println(2+2);
for (int y=2; y<=20;y=y+2)
{
System.out.print(y);
}
for (int x=1; x<10; x++)
{
System.out.println(x);
}
}
}
Revise this Paste