• + 1 comment

    Java Day 1 challenge:

    I succeeded but had some trouble with the string output, putting a blank '\n' in. Resovled this by using two nextLine()s with the second one reading into my string variable. Is there a better or suggested way or is one nextLine() to eat the '\n' left over from nextDouble() standard?