ben4you2 / Learn-Good

Learning new things is always a passion.
0 stars 0 forks source link

Brain being hurt and damage by human mind and body. #2

Open ben4you2 opened 8 months ago

ben4you2 commented 8 months ago

This is a comment about what I mentioned above and also let people know about brain of human being that is being hurt by others with their mind and the way they think.

ben4you2 commented 7 months ago

That is something I have been working on despite of what happening to me in my life in this world, where people have been know what I am doing and seeing what I am doing in my house and they are either in their house or in street or other place.

include

int main(void) { printf("Hello World\n"); return 0; }

void main() { int b = 9; int x = 0;

for (int i = 0; i < b; i++) { x = x + i; if (x < b) { printf("x is %d\n", i);

  if (x > i) {
    printf("x is %d\n", i);
  }

} else {
  if (x < b && b == i) {
    printf("x is %d\n", i & x);
  }
}

} }