Recent content by dragon8877

  1. D

    I need help with my java program

    For some reason, java keeps telling me "Syntax error on token ""Please enter here the yearly payment"", delete this token." What should I do? import java.util.*; import java.text.*; public class Lab3{ public static final Scanner CONSOLE=new Scanner(System.in); public static void...