Re: specific values in loops

From: VisionSet (spam_at_ntlworld.com)
Date: 11/29/04


Date: Mon, 29 Nov 2004 21:01:09 GMT


"Danny Gopie" <ouygiytf@jhgvkuy.nl> wrote in message
news:e73cc$41ab75d1$513b6900$7757@news1.zonnet.nl...
> Hello
>
> I want to print only the values in this loop that are smaller then the
give
> value "aantal"

System.out.println(a < aantal ? aantal : "");

-- 
Mike W