Search:

Type: Posts; User: Adrvllx

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,592

    Re: Please help me with the java code bluej

    My problem is how is the computation in the end of the code


    package fastfood;
    import java.util.*;
    public class FastFood {
    public static void main(String[] args) {
    Scanner...
  2. Replies
    4
    Views
    1,592

    Please help me with the java code bluej

    Create a program that will run a simple computation on ANY business logic.
    e.g. Restaurant Billing System
    Offer a Menu
    1. Burger 10.00
    2. Drinks 5.00
    3. Fries 1.50
    4. Pizza 7.50
    5. Ice Cream...
Results 1 to 2 of 2