Toggle navigation
Courses
Questions
Tags
Users
AD 20160922 作業1
0
like
0
dislike
4.3k
views
請撰寫一個程式,請使用者輸入身高體重後計算出使用者的BMI值並顯示於螢幕上
[Exercise]
Essay (Open question)
-
asked
Sep 22, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 11532 -
Available when:
Unlimited
-
Due to:
Unlimited
|
4.3k
views
comment
0
0
Called for Help
0
0
Called for Help
Please
log in
or
register
to add a comment.
66
Answers
0
like
0
dislike
Hidden content!#include * * ** * * * * **
#include ** *** ***
int main(void) {
* * ** * * * ** * * * * * * w,h,bmi;
* ** * * * ** * * * * * * * * * * *** * ** your height(m) and * *** ** * * **
** * ** ** * **** **** ** * * * * * * * ** * * * * * ** * **
** ** * * * * * * w/(h*h);
* * ** * * **** ** ** ** ** * * ** * * * BMI is * * * *
* ** * * * * * * *** * ** * * **** * EXIT_SUCCESS;
}
answered
Dec 1, 2016
by
410421238
(
-38
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!#include ** * ** * *
** ** * * *** *** *
main()
{
float * * * *
** * * * ** * * * ** );
** * * * * * * * ** * ** );
* * *** * ****
* * * ** *** **** * * * * * * *
return 0;
}
answered
Nov 27, 2016
by
chen
(
-102
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!#include <stdio.h>
#include <stdlib.h>
int main(){