Jump to content

mharris

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by mharris

  1.  

    Hey all, what is the logical error in this program. Need your help

     

    public class Exercise01_05{
        public static void main(String[]arg){
            System.out.println("(9.5 * 4.5 - 2.5 * 3)/(45.5 - 3.5)");
        }
    }

×
×
  • Create New...