class Test
{
public static void main (String [] args)
{
int x = 0;
int y = 0;
while ( x < 5 )
{
y = y - x;
System.out.print (x + "" + y + " ");
x = x + 1;
}
}
}
I always had a passion for the field of STEM (Science, Technology, Engineering, and Math) and I knew I wanted to do something to make a difference in the world. I just didn’t know where to start. I was an immigrant in a new country, grew up in a tough environment, and wasn’t sure how… Read More