Search:

Type: Posts; User: its2late2say

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    2,937

    Re: Dvd Rental Program help?

    Sorry, I've rearranged the codes. I could not make the part where I have to choose the number of days to rent work. I tried to put in -1 and the system allows it. But when I add another while loop,...
  2. Replies
    5
    Views
    2,937

    Dvd Rental Program help?

    import java.util.*;
    public class DVD_Rental_Program {
    static Scanner kb= new Scanner(System.in);


    public static void main(String[] args) {
    int a,b,c,d,e, day, movLen;
    double total,...
Results 1 to 2 of 2