Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Chap4prob7_fatGRAM_tester {
- /**
- * @param args
- */
- public static void main(String[] args) {
- // TODO Auto-generated method stub
- Chap4prob7_fatGRAM fg;
- fg = new Chap4prob7_fatGRAM(100,10);
- System.out.println(fg.getcalories());
- System.out.println(fg.getfatGrams());
- System.out.println(fg.fatCalories);
- System.out.println(fg.percentCal());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement