Welcome to Empty! 10.4.2012

Had my fourth event on Tuesday 10.4.2012. was nice fun.. EMPTY is getting more more interesting..
Had really nice games and so many people participated in the games. This time we had longer games so it went over time :( .

but i guess still it was nice :) and people liked it too!! ;)  Had very good team members who performed well during all the event and its planning!. Thanks to Lema Mamuzai, Elaha Mamuzai,Turkka Toivola, Rohullah Khan Ayoubi, Sime Habtu. It was sponsored by VAMK and Vaasanpaikallisliikenne

Welcome to EMPTY at VAMK by Business factory Welcome to EMPTY at VAMK by Business factory

Java Code To Construct Different Triangles

public class Triangle1 {
	public static void main(String[] args) {

		int i,j;

	        for(i=0; i<= 5;i++)
		{
		         for(j=0;j<i;j++)
			{
				System.out.print("*");
			}

			System.out.println();
		}
	}
}


public class Triangle2 {
public static void main(String[] args) {

		int i,j;

        for(i=5;i>=0;i--)
        {
	         for(j=0;j<i;j++)
	         {
	        	 System.out.print("*");
	         }

	         System.out.println();
        }
	}
}

Hello World

public class Hello {
	public static void main(String[] args) {
		System.out.println("Hello, How are you?");
	}
}

A glass Of Milk



 

Designer:Unknown

Energy Week 1.11.2011 – 4.11.2011

Energy Week held at VAMK University.

Welcome to Energy Week at VAMK by Business factory  Welcome to Energy Week at VAMK by Business factory

Return top

Quote

“The world suffers a lot. Not because of the violence of bad people, but because of the silence of good people!” – Napoleon