This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| int main(void) | |
| { | |
| int a; | |
| float n, N, P; | |
| printf("*****MJERENJE SNAGE POMOCU ELEKTRICNOG BROJILA*****"); | |
| printf("\n Ovaj program ce izracunati Mjerenje snage pomocu elektricnog brojila po formuli ; :P=(n/N)"); | |
| printf("\n P-je snaga"); | |
| printf("\n N-je konstanta brojila"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| int main(void) | |
| { | |
| int opcija, Ruk, R1, R2, R3; | |
| printf ("\n\n\n\n * SERIJSKI SPOJ OTPORA *"); | |
| printf ("\n\n\n\n ----[ R1 ]----[ R2 ]----[ R3 ]---- \n\n"); | |
| printf("\n Jednazba za racunanje ukupupnog otpora: Ruk=R1+R2+ ....Rn \n "); | |
| printf("\n\n ako trazite ukupni otpor pritisnite 1"); |
NewerOlder