Recent content by midnight knight

  1. M

    🔒 Closed Conway's game of life, help po

    aaaaaaaaaaaa
  2. M

    🔒 Closed Help poo para sa paghanap ng mode

    thank you po! nagawa ko na po.
  3. M

    🔒 Closed Help poo para sa paghanap ng mode

    tried asking there po hehe, thank you
  4. M

    🔒 Closed Help poo para sa paghanap ng mode

    paano ko po maiaapply itong ganitong condition? Note: There is no mode when all observed values appear the same number of times in the set of exam scores. There may be more than one mode when the highest frequency was observed for more than one value in the set. #include <stdio.h> #include...
  5. M

    🔒 Closed File Handling in C: Pahelp po

    Thank you po! God Bless you! Thank you po! God Bless you!
  6. M

    🔒 Closed File Handling in C: Pahelp po

    salamat po pero wala po kasing lumalabas. Working na po kaso bakit po ang dami huhu
  7. M

    🔒 Closed File Handling in C: Pahelp po

    Salamat po! Tanong ko lang po, saan po lalabas yung result nung mean median at mode?
  8. M

    🔒 Closed File Handling in C: Pahelp po

    #include <stdio.h> #include <stdlib.h> #include <time.h> #define MAX_SCORE 40 #define MIN_SCORE 20 #define NUM_SCORE 10 int compare_ints(const void*a, const void *b) { return (*(int *) a - *(int *)b); } tf(file, "\n"); } } fclose(file); // Read the exam scores from the file...
  9. M

    🔒 Closed Pa help po, File Handling in C: How do I sort the numbers saved in the file? Paano din po mag read ng file?

    Create a C program that does the following: Generates 50 random exam scores and then writes the generated scores to the file RandomExamScores.txt in columns of 10. The highest and lowest possible scores are 40 and 20, respectively. Reads the exam scores from the file RandomExamScores.txt...
Back
Top