Search:

Type: Posts; User: Kerrigan

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: First assignment, clueless student, involving coordinates and distances

    Thanks for the help, I've got everything sorted out now!
    Handing it in tomorrow, 4% off for being late, but much less than what I would have lost if I handed it in without all the help I got!
  2. [SOLVED] Re: First assignment, clueless student, involving coordinates and distances

    I went to class today and was lucky enough to have the teacher's attention for a bit and the help of a more programming-savvy student. My program has been nearly completely re-done; it doesn't take...
  3. [SOLVED] Re: First assignment, clueless student, involving coordinates and distances

    I changed the Doubles to ints, but the coding didn't work for nextint, and I switched back to Doubles. Will Point take Doubles as inputs instead of ints? And even though I made sure to import the...
  4. [SOLVED] Re: First assignment, clueless student, involving coordinates and distances

    Furthermore, the lines to print out the coordinates and formula at the bottom are wrong, and I can't figure out where to put them to make them work.
    Also, tips for a cleaner, better-looking code...
  5. [SOLVED] Re: First assignment, clueless student, involving coordinates and distances

    This is what I have so far:

    import java.util.Scanner;

    public class Crow{

    public static void main(String[] args) {

    Scanner coordinates = new Scanner (System.in);
    Double...
  6. [SOLVED] First assignment, clueless student, involving coordinates and distances

    I just started my first highschool programming class this semester and it seems we are delving into Java a bit too quickly and deeply for anyone in the class to understand.
    Despite this, our teacher...
Results 1 to 6 of 6