Skip to content
New issue

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

java & re-learn #2

Open
xgqfrms opened this issue Oct 3, 2018 · 1 comment
Open

java & re-learn #2

xgqfrms opened this issue Oct 3, 2018 · 1 comment
Labels
java & re-learn java & re-learn java 7 java 7

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Oct 3, 2018

java & re-learn

2018

https://www.codecademy.com/courses/learn-java/lessons/introduction-to-java/exercises/variables?action=resume_content_item

public class Variables {
	public static void main(String[] args) {

		int myNumber = 42;
		boolean isFun = true; 
		char movieRating = 'A'; 

	}
}
Repository owner locked and limited conversation to collaborators Oct 3, 2018
@xgqfrms
Copy link
Owner Author

xgqfrms commented Oct 3, 2018

@xgqfrms xgqfrms added java 7 java 7 java & re-learn java & re-learn labels Oct 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
java & re-learn java & re-learn java 7 java 7
Projects
None yet
Development

No branches or pull requests

1 participant