Recent content by holysprings

  1. H

    Discussion need help with C programming issue

    yes i run using https://www.onlinegdb.com/online_c_compiler as well. just that the output go over 1k++ in which shouldn't be such a big number. it's just a water bill. haha
  2. H

    Discussion need help with C programming issue

    it's ok if there nobody familiar with it . since C is not a commonly used language unlike JAVA
  3. H

    Discussion need help with C programming issue

    I'm taking part time course, more on reading with slides and own pratices instead of face to face class. now I'm using online C compiler to do the programming. the program doesn't show error but the outputs are ...weird.
  4. H

    Discussion need help with C programming issue

    Write a program to calculate the water rates according to the table below: An example of the output interface : This program calculates the monthly water bill for you. Please key in the water consumption for this month (in m^3): -10 Wrong! Can’t be negative value! Key in again! Please...