Recent content by ken21

  1. K

    🔒 Closed LOGIC CIRUITS:

    Pwede po ba humingi ng 4-bit by 4-bit binary multiplier and divider na circuit? paano po ba gumawa nang ganyan na circuit? help us po. salamat.
  2. K

    🔒 Closed My Boy! (GBA Emulator) v1.6.2

    Thank for sharing .
  3. K

    🛡️ VPN Vpn TNT speed no need load

    karlvhincentluad@gmail.com
  4. K

    🔒 Closed Getting prime factors

    both, try mo lang
  5. K

    🔒 Closed C sharp

    How to do basic C sharp programming the convenient way?
  6. K

    🔒 Closed Getting prime factors

    #include<stdio.h> #include<conio.h> #include<math.h> main() { int i,num; printf("Enter number:"); scanf("%d",&num); printf("\nAll prime factors of %d are: ",num); i=2; while(num!=0){ if(num%i!=0) i=i+1; else{...
Back
Top