Rev 226 | Details | Compare with Previous | Last modification | View Log | RSS feed
public class test1 {
private int action1 (int a)
{ float b;
b = a + 10.5;
if (a) return a-3; else return b*2.0; }
}