Skip to content

Getting Started Submission #10

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

omnia-mahmoud-abdelhamid

No description provided.


/*:
Create a variable integer with a value of 1,000,000,000. Format it using commas, so it's easier to read.
*/
var z = 1000000000
Copy link
Owner

Choose a reason for hiding this comment

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

And you could even do something like this:
var z = 1_000_000_000
(The '_' characters get ignored by Swift but maybe make it easier to read what number it is we've written.

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

Successfully merging this pull request may close these issues.

2 participants