Toggle navigation
Courses
Questions
Tags
Users
AC 20161027 期中考 5
1
like
0
dislike
4k
views
華氏的絕對零度是 -459.67 度,標準大氣壓下水的冰點是 32.00 度;攝氏的絕對零度是 -273.15 度,標準大氣壓下水的冰點是 0.00 度。請撰寫一程式,由使用者輸入一個華氏溫度,程式會將其轉換成攝氏溫度後輸出,請輸出至小數點後四位,第五位四捨五入。
sample input:
-10
sample output:
-23.3333
[Exercise]
Coding (C)
-
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15422 -
Available when:
2016-10-27 18:30:00
-
Due to:
2016-10-27 21:00:00
reshown
Oct 27, 2016
by
Shun-Po
|
4k
views
comment
0
0
Called for Help
Please
log in
or
register
to add a comment.
50
Answers
0
like
0
dislike
Hidden content!
* * ** ***** ***
** * ** ** ** **
int main()
{
* * * ** ** * * *
** *** * * * * * ** **
*** ****
** ** ** ** **** *
return 0;
}
answered
Oct 27, 2016
by
羅祖嘉
(
-248
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
***** ** ** ** *
int ** *
{
* f,c;
* *** *** * ** ***** ***
** * *
** * * * * ***
* ** 0;
}
answered
Oct 27, 2016
by
rickyliu
(
-50
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
***** * * ** ** * *
int main ()
{
* * * ** n,j;
******* ** * * * *** * * ** ** **
* * **** * = **** ** * *** ** * ***
*** * ** * * ** * * * ** ***** * *
return 0 ;
}
answered
Oct 27, 2016
by
Noah1011
(
43
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
******* ** *
** * *** **** * * *
***** **** * * **
#include<math.h>
int main()
{
* * * ** *** ** ** ** a,b;
** * * * **** ** ** * ***** * * * ** * *
** * *** *** * * *** * ** ** *
*** **** * * * ** * * * * ** * * * * *
* *** * * * **** * * 0;
}
answered
Oct 27, 2016
by
Jim870729
(
-102
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
*** ** **** * ***
int main()
{
** * *** * * * ** num1;
* *** * *** *** ** t;
* ** *** * ** * * * * ** * ***** * * **
* * * * *** * * ** = * num1 - 32 ) * 5 / 9 ;
* **** ** * ***** * ****** ** *
**** 0;
}
answered
Oct 27, 2016
by
410523049
(
-24
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include ***** ***
** ** * * ** ** ****
int main()
{
* ***** * **** * *** s, a;
* ***** * * ** * * ** ** ** ** **
* *** * * * = (s - 32)*5 / 9;
** * ** * *** **** * * *** * , a);
*** *** ** ** * ***** ** ** ** **** *** * 0;
}
answered
Oct 27, 2016
by
陳孜由
(
-98
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
* ** ***
* ** * * ******
int main()
{
* * * * *** * ** **** enter,c,f;
** * * * ** * ** * **** * * ** **** ****** ** * *
* * * * **** * * = (enter - 32)*5/9;
* ** * **** * ** ** * * * *** * *** *** ** *
** * ** ***** ** *** **** 0;
}
answered
Oct 27, 2016
by
loyfree0706
(
-216
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
* * * *****
float main ()
{
**** * * * ** * C , F;
* **** * * * ** * * * ** ** * , * **
* * ** * *** ** = (F-32)/1.8 ;
* * **** ***** * ** ***** * ** ***
}
answered
Oct 27, 2016
by
shihemi
(
-82
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include * ** * *** **
#include **** **** * *
int main()
{
** * * * * ****** **** ***** f,c;
** * * * * * * ** **** * * * * ** * *** *
** ** * * * ** >= -459.67;
* * **** * * * * * * ** = (5 / 9) * (f - 32);
* * * *** * *** * ** * ** * * ** * * ** *
**** **** * * ****** * ** ** * ** * *
** * **** * * *** * 0;
}
answered
Oct 27, 2016
by
410523018
(
164
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include<stdio.h>
int main(){
* **** * ******* * * **** x=0;
* ** **** ****** * * * * * ** * * * ***
** * ** ** ** * * * * ** * * * * * * ******* **
* * *** * * ** * ***** * 0;
}
answered
Oct 27, 2016
by
HoMingJui
(
-126
points)
ask related question
comment
Please
log in
or
register
to add a comment.
Page:
« prev
1
2
3
4
5
next »
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English
中文
Tiếng Việt
IP:172.69.17.80
©2016-2025
Related questions
0
like
0
dislike
0
answers
AC 20161027 期中考公告
[Resource]
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15475 -
Available when:
Unlimited
-
Due to:
Unlimited
|
13
views
0
like
0
dislike
5
answers
AC 20161027 期中考 10
[Exercise]
Coding (C)
-
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15447 -
Available when:
2016-10-27 18:30:00
-
Due to:
2016-10-27 21:00:00
|
837
views
1
like
0
dislike
37
answers
AC 20161027 期中考 9
[Exercise]
Coding (C)
-
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15446 -
Available when:
2016-10-27 18:30:00
-
Due to:
2016-10-27 21:00:00
|
2.7k
views
1
like
0
dislike
17
answers
AC 20161027 期中考 8
[Exercise]
Coding (C)
-
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15442 -
Available when:
2016-10-27 18:30:00
-
Due to:
2016-10-27 21:00:00
|
1.5k
views
1
like
0
dislike
18
answers
AC 20161027 期中考 7
[Exercise]
Coding (C)
-
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15440 -
Available when:
2016-10-27 18:30:00
-
Due to:
2016-10-27 21:00:00
|
1.5k
views
12,783
questions
183,442
answers
172,219
comments
4,824
users