Search:

Type: Posts; User: primeG

Search: Search took 0.01 seconds.

  1. Problem with Priority Non-Preemptive Scheduling

    Where should I insert the arrival time and the burst time in the calculation? In this program, the arrival time,burst time and priority must be enter by the user.and the Average waiting time and...
  2. Thanks..I'll try to fix it.

    Thanks..I'll try to fix it.
  3. Replies
    2
    Views
    1,011

    CLOSE PROGRAM problem

    Need help for my project. Everytime I run the file when it comes to the part of displaying all the user input, only the ordered item,quantity,and total amount of purchased was being displayed.The...
  4. Error displaying all the infos entered by the user

    #include<stdio.h>


    main()
    {
    int item_code, quantity;
    char ans, y;

    //Display Welcome
    printf("\t\t\t\t***Welcome Guest***");
  5. Replies
    1
    Views
    2,985

    c-program for ordering system

    I just started my task with Ordering system. what should I use if I'm going to ask the user if he wants to exit the system, he will press(zero)0 to exit the program and press Y(uppercase or...
Results 1 to 5 of 5