/ Published in: Java
Expand |
Embed | Plain Text
/** * @(#)Test.java * * * @author * @version 1.00 2010/9/23 */ import java.io.*; public class Test { double GPA = 0; int ATS = 0; if((GPA >= 3.0) || (ATS >= 60)) else } }
You need to login to post a comment.
