Search:

Type: Posts; User: SecTech

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,129

    Re: What's wrong with my code?

    Thanks. I did the num thing. I got it right, but how do I get things not to run into each other? There should be a space between answers. Everything is stuck together. Thanks again.

    Initial isM...
  2. Replies
    3
    Views
    1,129

    What's wrong with my code?

    class DataTypes {

    public static void main(String[] args) {
    char letter = 'M';
    String title = "Java In Easy Steps";
    int num = 365;
    float decimal =...
Results 1 to 2 of 2