8 Replies to “Be sure to get the date of April Fool’s Day correct!”

  1. HAHAHAAAAA!!!

    main()

    { int year;

      printf(“Enter the year: “);

      scanf(“%d”,&year);

      printf(“April fool’s day in %d is 1 April.\n”, year);

    }

  2. Here’s REALLY showing my age:

    10 print “Enter the year: “

    20 input year

    30 println “April fool’s day in “, year, ” is 1 April.”

  3. I’d do it in Z-80 assembly except that would be too much work — I’d have to go look up a Z-80 opcode manual online somewhere since I’ve forgotten all my Z-80 already 🙂

Comments are closed.