Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
1 Posted Topic
Re: @NormR1 if (isLeapYear = true) the problem in this syntax is that in comparing one must use "==" double equal sign to compare if it is equal or not, if using only "=" one equal sign, it is only used for assigning data into a variable. the syntax in correct … |
The End.