Recent content by Phantom Rhythm

  1. P

    Horror movies please

    the medium the wailing insidious 1 hereditary Terrified
  2. P

    🔒 Closed Udemy free courses 3/11/2023

    aw sayang di estab, salamaat
  3. P

    🔒 Closed Help proto prêm

    Thank you po, pero hindi akoa makadl unknown source apps nag eerror kasi
  4. P

    🔒 Closed Help proto prêm

    Help, Baka may proto prêm kayo, pa share po. Dami kasi lock na tools
  5. P

    🔒 Closed Compare 4 integers and find the difference

    nakuha ko na po salamat diff = (d - c) + (b - a); pala dapat
  6. P

    🔒 Closed Compare 4 integers and find the difference

    meron na pong repetitive statement input 1 2 3 4 Output -2 input 1 -1 1 -1 Output 4 Input -1000 -1000 -1000 -1000 Output 0
  7. P

    🔒 Closed Compare 4 integers and find the difference

    hello po gagamit ba ako ng math.h?
  8. P

    🔒 Closed C functions pa help po

    #include <stdio.h> #include <stdbool.h> bool schrodingersFunction (int); int main() { bool realityCheck = true; int doesItExist; doesItExist = schrodingersFunction(realityCheck); if(doesItExist == realityCheck) printf("It does!"); else printf("No it...
  9. P

    🔒 Closed Compare 4 integers and find the difference

    pa help po ito po code: #include <stdio.h> int main() { int a1, a2, a3, a4; int max, min; scanf("%d %d %d %d", & a1, & a2, & a3, & a4); if (a1 >= a2 && a1 >= a3 && a1 >= a4) max = a1; else if (a2 >= a1 && a2 >= a3 && a2 >= a4) max = a2; else if (a3 >= a1...
Back
Top