Search:

Type: Posts; User: morrism35

Search: Search took 0.33 seconds.

  1. Re: Resetting Accumulator after first itterneration

    I want nursing home 1 total rooms or total occupied rooms separate from nursing home 2. instead of saying 80 total rooms it should say 60. it should say 20 for the first nursing home.


    This is...
  2. Re: Resetting Accumulator after first itterneration

    public class project3DemoMorris
    {

    public static void main(String[] args)
    {
    int buildNum; //number of buildings
    int floorNum; //number of floors
    int roomFloor; //number of rooms...
  3. Re: Resetting Accumulator after first itterneration

    Is there any way in Java to reset my accumulator to zero after I get all of my user data in my first go around in my loop and have it displayed. Here is a short posting of my code. After my first...
Results 1 to 3 of 3