Back to Examples
package com.example.childrencalculator;

public class Faces {

  public static String currentFace;

  public static String determineFace(int currentAmount){
    if(currentAmount < 0) {

      currentFace = "=-(";
    } else {

      currentFace = "=-)";

    }
    return currentFace;

  }

}
Back to Examples

Startup Discount
Small Business?
Contact us for an Enormous Discount!