Toggle navigation
Courses
Questions
Tags
Users
AC 20160921 作業2
0
like
0
dislike
6.1k
views
請撰寫一程式,請適用者輸入一個分數(0-100)後判斷是pass或是fail,將結果輸出於螢幕上
[Exercise]
Essay (Open question)
-
asked
Sep 21, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 11341 -
Available when:
Unlimited
-
Due to:
Unlimited
|
6.1k
views
comment
0
0
Called for Help
Please
log in
or
register
to add a comment.
99
Answers
0
like
0
dislike
Hidden content!
#include <stdio.h>
#include * *** * * *
main()
{
** * ** *** ** ** grade;
*** * ** ****** * * ** * * **** * ******** *** * * * * * * ****
* * ** **** * ** *** * **** * &grade);
* * * * * ** ** * ** (grade >= 60.0)
* * ********* ** * ** *** * * ** * * * ** * * * **
* * ** ** ** ** * ***
* ** * ** * ** ** * ** * * * ** ** **** * ***** * * * *
}
answered
Sep 21, 2016
by
林恆毅
(
46
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include <stdio.h>
#include * * ** **
main()
{
**** ** ** * * * * *** ** * g;
** ****** *** ** * * *** * ****** your grade. ");
* ** * * ** * * * * * **** **** * * * ***
**** *** *** **** ** ***** **** (g>=60)
** * ** * ** * * * *
** *** ******** **** **** ** * *** * **** ** ** **** **** done.");
* * ** * * * * ** * *** ***
* *** * * ** ** * * * *
** ** *** ** * ** **
*** **** **** **** ** * * ** **** **** **** ** * ** ** *
* *** * * ** ** * * * *
}
answered
Sep 21, 2016
by
410523007
(
-157
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include<stdio.h>
main( )
{
**** * * * * * *** score;
****** ** * ** **** *** * ***** ** *
** ** ***** ** ** ** ** * *** **** * * * ** ***
* ** ** ** ****** * *
{
**** ** ** ** * ** * * *** * * ** * * * ** * ** *
****** *
*** **** ** ** ** *
*** **** * * *** *
*** * **** * * * **** * ** ***** * *** * * ** * ********
**** * ** **** * **
}
answered
Sep 21, 2016
by
410523056
(
42
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include <stdio.h>
main()
{
* *** **** * **** grade;
*** *** * ******** ** * * enter a grade");
* * **** ***** * * ** * *** *
* * ***** * * *** * **
* * *** * **** *
** * ** * * *** * ***** * **** * * * * * ** * *** * * **
** * * ** * * **
* ** * * ** **
{
* ** * ****** ** **** * * * * *** *** ** ** ** * ** * *
* * ** * * ***
****** * * * * * *** * *
}
answered
Sep 21, 2016
by
蘇瑋朝
(
-8
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include <stdio.h>
#include *** * * *
main()
{
* * ** ***** ** * *** num=0;
* ** * ** * * ** * ** * ** * * ** * **
* * * * *** **** * * &num);
* * ******* (num>=90)
* *** *** ** ** * * **** * * ** * *
* * *** *** *** * ** if ** * * **** **
* * *** * ***** *** ** ** * ** *
** ****** * ** ** * if ***** ** * **
* ** * * ***** ** ** *** * * * *
** *** ** * ** * if *** ** * **
* ** * * * * ** * ** * *** * should prepare more and more");
* *** **** * *
* * ****** ** ** * * * * * ****** **
}
/* *** * ***** * ** ** * ** * * * * 金家立 */
answered
Sep 21, 2016
by
加藤
(
54
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include * **** ***
main( )
{
** ** *** * ** * *** ***** ** ** ;
* *** *** * * ** *** *** ** enter * ** * **
** * * * * * **** * * ** *** * * * * *
* * ** * * **** * * * ** * *** = %.01f \n" , score );
* **** ** * * ***** (score <60)
* * * * ** * *** * **** * * * );
* ** * ** * *
* * * ***** *** ** * * * ** );
}
answered
Sep 21, 2016
by
luxinyu
(
-88
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
* ** *
****
{
* **
* ** * ****** ** * * ** * *
* * * ** * ** * ** *
* *** **** *
*
* *** * * ** * *
*
**
*
****** ** * *
* *
*
}
answered
Sep 21, 2016
by
paulinelyq
(
-64
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
** * ** ** *
*** * **** * * * ** * ** ********
* *
main()
{
double num=0 ;
* * ****** *** ***** * ** *
* * *** *** * * , ******
** ** * *
* * * * *** **** * ** * * * *** ** *
else if **
* * * ***** * ** *
else if ** * * ***
**** * ** * ** * *
else
* ** **** * ** * ** * * * *** *
/* 410523033 陳昱璋 */
}
answered
Sep 21, 2016
by
leochen
(
-87
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include <stdio.h>
#include ** * * * * *
main()
{
* * * * * * *** ** * num, failed, passed;
* * *** *** * * *** *** * * enter your score:");
* ** ******** ** ** * * ******* * ** * &num);
* ** *** ** *** * * (num<60)
** * * ** ** ***** **
* ** ** **** * * * * **** ***** ** * * *** ** *
* * * **** *** ** **
****** * ** ** * * ** ** **
* * * **** * **** * *****
* * * * * * * * * ** * * ** * *** ** ** ** * ** * ** * * ** *
** * ** **** * ** *
}
answered
Sep 21, 2016
by
quarter
(
-116
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include <stdio.h>
main()
{
*** *** *** ***** *** ** * * *** * * number;
*** * * * * **** * *** ****** ** *** * *** * * * ** ** * *
* * ** * ** ** *** * * **** * * * * ** * &number);
**** * * **** ********** * * * ***** **
** ** ** **** * ** ** ******* ** (number<60)
* *** * **** ** *** ** *** *** * ** * ** * * ** *****
******** ** **** **** ** * *** **** *
** ** ** ** ***** * *** * * * *** * *** * * ***** * * **** **
**** **** *** *** *** *** ** * * * * *
** * ** *** ***** ** * * ** ** ***** **** * * * ** *
}
answered
Sep 21, 2016
by
Doloa
(
-122
points)
ask related question
comment
Please
log in
or
register
to add a comment.
Page:
« prev
1
2
3
4
5
6
7
8
...
10
next »
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English
中文
Tiếng Việt
IP:172.69.17.190
©2016-2025
Related questions
0
like
0
dislike
121
answers
AC 20160921 作業1
[Exercise]
Essay (Open question)
-
asked
Sep 21, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 11340 -
Available when:
Unlimited
-
Due to:
Unlimited
|
7.2k
views
1
like
0
dislike
48
answers
AC 20161102 作業2
[Exercise]
Essay (Open question)
-
asked
Nov 2, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 16865 -
Available when:
Unlimited
-
Due to:
Unlimited
|
3.9k
views
0
like
0
dislike
76
answers
AC 20161019 作業 2
[Exercise]
Coding (C)
-
asked
Oct 19, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 14120 -
Available when:
Unlimited
-
Due to:
Unlimited
|
5.2k
views
0
like
0
dislike
91
answers
AC 20161013 作業 2
[Exercise]
Coding (C)
-
asked
Oct 13, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 13617 -
Available when:
Unlimited
-
Due to:
Unlimited
|
5.9k
views
0
like
0
dislike
201
answers
AC 20161005 作業 2
[Exercise]
Coding (C)
-
asked
Oct 5, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 12293 -
Available when:
Unlimited
-
Due to:
Unlimited
|
11.3k
views
12,783
questions
183,442
answers
172,219
comments
4,824
users