/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package appfuzzy; import java.util.Scanner; /** * * @author xxx */ public class AppFuzzy { /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here Scanner masukan = new Scanner(System.in); float temp, lama, kadar, k, s, b, seb, sed, lam, tinggi, tinggi1, tinggi2, rendah, rendah1, rendah2, rendah3, rendah4, rendah5; System.out.print("Masukan nilai suhu : "); temp = masukan.nextFloat(); System.out.print("Masukan nilai lama penyangraian : "); lama = masukan.nextFloat(); System.out.println(); ...