kilowatts = System.out.print("How many kilowatts did you use?");

That doesn't make any sense.

The method println() is void...which means it doesn't return anything.

However...this would...