Search:

Type: Posts; User: FlyingFingers

Search: Search took 0.18 seconds.

  1. Replies
    1
    Views
    687

    Need help with DecimalFormat class

    I need assistance with a program I wrote for class. I got it to compile and do what I want, But I was wondering how I can format my methods to to display a decimal with 1-2 decimal places. Would I...
  2. Re: JAVA help on file: Internet Service Provider

    package lesson2.skowronek;

    import java.util.Scanner; //Needed for the scanner class

    public class Ex3_13 {

    public static void main(String[] args) {
    String input; //To hold users input.
    ...
Results 1 to 2 of 2