1 2 3 4
|
for (int i=1; i<=11;i++)
{
}
|
This will only cause a delay of 10 cpu cycles. Assuming a modern computer that should be a delay of less then 0.0001ms. But because computers run multiple programs at the same time the duration of the delat will be very unstable.
while (+==0 || -==0||*==0) && ( /==0 || %==0)
+ is not a variable, it is a function that requires two variables and you provide non.
- is not a variable, it is a function that requires two variables and you provide non.
* is not a variable, it is a function that requires two variables and you provide non.
/ is not a variable, it is a function that requires two variables and you provide non.
% is not a variable, it is a function that requires two variables and you provide non.
This is very unlikely to compile. I would expect that you intended to compare characters and forgot the quotes, but then you get comparisons with only constants which is extremely useless and therefor unlikely.
What is your intention with this code?