שגד
</body>
[URL]http://www.google.com[/URL]
int res=a;
if (b>a) res=b; if (c>res) res=c; return(res);}
- 1234567890
-
<body><p>Goodbye cruel world!</p></body>
[URL]http://www.google.com[/URL]
int BiggestOfThree(int a, int b, int c){int res=a;
if (b>a) res=b; if (c>res) res=c; return(res);}