Skip to content

Task 3 (New Recipe)#2

Open
mkhongchen wants to merge 6 commits into
dkucheru:mainfrom
mkhongchen:task_3
Open

Task 3 (New Recipe)#2
mkhongchen wants to merge 6 commits into
dkucheru:mainfrom
mkhongchen:task_3

Conversation

@mkhongchen
Copy link
Copy Markdown

No description provided.

Comment thread src/DataTypes.java
long s = 0;
// below is a "foreach" loop which iterates through numbers
for (int x : numbers) {
for (long x : numbers) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is a list of integers, x should be an integer.

Comment thread recipe.md
5. Remove from the oven and allow to cool for about 10 minutes, remove from the pan and cool completely.

## References:
[1] https://addapinch.com/the-best-chocolate-cake-recipe-ever/ No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants