Centrado / z-blockly-tracker

0 stars 0 forks source link

Block - Types of numbers #327

Open roshan1centrado opened 1 year ago

roshan1centrado commented 1 year ago

Block - Types of numbers

image

image

C++

void setup()
{

}

void loop()
{
/*Code*/
0 % 2 == 0; // even

/* Number types
1. 0 % 2 == 1; //odd
2. 0 % 2 == 1; //prime
3. 0 % 2 == 1; //whole
4. 0 > 0; //positive
5. 0 < 0; //negative
6. 0 % 0 == 0; //divisible by
*/
}

Originally posted by @KumaranUI in https://github.com/kreativhut/z-blockly-tracker/discussions/52#discussioncomment-2760217

roshan1centrado commented 1 year ago

Delete the drop downs in this block except EVEN , prime and ODD

Maharajacentrado commented 1 year ago
image

Double semicolon is appearing on the native code