I'm just getting started with programming and i want it so that if the variable = 0 it doesn't show up in the equation. I made an alternate boolean variable but i need help with the rest or any other ideas public class App { public App() { public static void main(String[] args) { System.out.println("Skating"); float speed = 2; boolean speed2; if (speed >= 0){speed2 = true; }else ...
Size Reduced for Images in PDF &...
05-15-2013, 05:53 PM in Java Software