Search:

Type: Posts; User: aniperi

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    829

    Re: 3 script errors in my code

    import java.io.*;
    import java.util.Scanner;
    public class foodcalc

    {
    public static void main (String [] args)
    {
    Scanner input = new Scanner (System.in);
    systemout.println ("Enter...
  2. Replies
    4
    Views
    829

    3 script errors in my code

    Hello everyone,

    I need to write a simple program. After I input the cost of an entree, drink, and dessert, it should calculate the cost of a meal and its tax. However, when I compile my code, I...
Results 1 to 2 of 2