triangle 함수 이용 하여....
삼각형 면적 구하기 ㅠ,.ㅠ
#include
int triangle(int bottom, int height) { int area=bottom*height/2; return area; }
int main() { printf("삼각형의 높이는 %d\n",triangle(10,20));//밑변의 10이고, 높이가 20인 삼각형의 넓이 return 0; }
triangle 함수가 삼각형 넓이를 구하여 반환하는 함수입니다.
본인 맞습니다. 인증샷 우헤헤헤... 로 대신합니다.
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
요런 식으로 하면 됩니다.
#include
int triangle(int bottom, int height) {
int area=bottom*height/2;
return area;
}
int main() {
printf("삼각형의 높이는 %d\n",triangle(10,20));//밑변의 10이고, 높이가 20인 삼각형의 넓이
return 0;
}
triangle 함수가 삼각형 넓이를 구하여 반환하는 함수입니다.
본인 맞습니다.
인증샷
우헤헤헤... 로 대신합니다.
댓글 달기