Ask and ye shall receive
package com.javaprogrammingforums.domyhomework;

public class TriadSquare1
{
public static void main(String[] args)
{
for (String s : args)
...