Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 20.0.0 ]
Is there any difference between the below if statements
Whats the difference between this two
if (2&&4==2&&4) {
/*Statements*/
}
if (2==2 &&4==4) {
/*Statements*/
}
Solved! Go to Solution.
