CPP 104
S6 shams Guest on 14th October 2023 08:47:23 AM
  1. int i=10;
  2. int d=2;
  3. void setup() {
  4.   // put your setup code here, to run once:
  5. }
  6.  
  7. void loop() {
  8.   // put your main code here, to run repeatedly:
  9.   if(i%d=0){
  10.   }
  11.  else{
  12.  
  13.    
  14.   }
  15. }

Hightechrobo bin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.