Posts by SimãoPedroS • 21 points
2 posts
-
-1
votes2
answers92
viewsQ: Zeroes only appear in the division
The result of division is only zero, which is wrong? #include <stdio.h> void main() { double Nota1, Nota2, MediaPond; printf("Escreva a nota 1: "); scanf("%f", &Nota1); printf("\nEscreva a…
-
2
votes1
answer666
viewsQ: Commands on the Mac terminal
I tried to install the Composer on OSX 10.10.3 following the website’s instructions: curl -sS https://getcomposer.org/installer | php and after that I’m no longer able to execute the commands curl,…