We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am currently learning java at coursera, but I run into this error in my first program how to do you think I can fix it.
The text was updated successfully, but these errors were encountered:
You need to add the edu.duke package in your project before running the program. It should be specified in the Coursera course tutorial.
edu.duke
The package can be found here.
If you use course specific BlueJ IDE, the package should be added already. For IntelliJ,
Sorry, something went wrong.
No branches or pull requests
I am currently learning java at coursera, but I run into this error in my first program how to do you think I can fix it.
The text was updated successfully, but these errors were encountered: