Posts by Rafael • 15 points
2 posts
-
1
votes1
answer28
viewsQ: Problem with PHP program
I’m in need of help with a php exercise I’m doing. I’m getting the following error message: Notice: Undefined offset: 1 in C: xampp htdocs calendario.php on line 5 Receives the same error message…
-
0
votes1
answer219
viewsQ: Problems to calculate the largest prime int in C
Hello. I’m trying to calculate the largest prime number that fits into an int variable. My idea was to start with the largest int, and go checking in descending order until you find the first prime…