#why is it not letting me change the string to lowercase?
46 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @astral flower! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
🥴
java requires the type, like you have in String day; or Scanner myObj = ...;
one sec ill try to change it
idk why the import sends an error, yesterday it worked
Description Resource Path Location Type
Must declare a named package because this compilation unit is associated to the named module 'main' Main.java
idk what it means with it
its my second day studying java 
it wants a package declaration
try checking out what packages are there first
?
what about it
alr imma check
package com.java.util.Scanner;
import java.util.Scanner;
it worked now that I used this thing
that's not the right package
chatgpt explained it super detailed
clearly not enough ig
what do you think the package of Scanner is
a package is a way to organize and group related classes, interfaces, and sub-packages. It provides a mechanism for creating modular and reusable code by grouping related components together. ?
idk
what resources are you using for java?
chatgpt is not a valid resource
it will and has lied to you
this one works?
I start with this one?
sure