0 like 0 dislike
7.8k views
請撰寫一程式,請適用者輸入一個分數(0-100)後判斷是pass或是fail,將結果輸出於螢幕上
[Exercise] Essay (Open question) - asked in 作業 by (18k points)
ID: 11341 - Available when: Unlimited - Due to: Unlimited
| 7.8k views
0 0
Called for Help

99 Answers

0 like 0 dislike
Hidden content!
*** *** ***** **


* ** * * * ****


* * *


* *


***



{


*** num=0 ;


* ** ***** * * * ** ** *


* ** ***** ** * * , * * * *



else if * ***** * *


* ** * ** ** * *



else if *


* * * * * * *



}
answered by (-87 points)
0 like 0 dislike
Hidden content!
#include ********



#include * * ********



 



main()



{


********* *** * * ***** * * num, fail, pass;


**** *** ** ** * * ** * *** * **** ** * *****



 


* * * *** *** ** * **** *


**** * * *** * *** **



 


* *** ** ** *** ** * ** * ** ** * ** * * ** *** * * * *** * *** **



 


* ** * * * * *** * ** *


**** * ** ****** ** ***** ** ** *


** * ** * * * * ****



 


** * * * *** ***** * *** * * * *** * * * *** * * ***


*** * * * * ** ** * * *
answered by (-116 points)
0 like 0 dislike
Hidden content!
#include ** ** **



#include * * ****



 



main()



{


* * ** ** ** * * ** * num, fail, pass;


* ** * ** * ******* ** * * * * ** * ** **



 


** ** ** * * * * **** * * * **


*** ** * * ** * *



 


*** * * *** ** * ** * * * ** ** ***** * * ** * *** * * ***



 


* ***** * **** ** **


* * * ** * ** *** * ****** *


* * * **** * **



 


* * ******** *** * ** *** * ** * * ** * * * ** *


** **** ** ** * *** **
answered by (-116 points)
0 like 0 dislike
Hidden content!
#include * * **



#include **** * ** * * ** *



 



main()



{


* **** * ** * * *** *** num, failed, passed;



 


** ** * ** ** * *** * ** **** * enter your ** * ** *


* * * *** *** * ** * * * * * * * * *** ***



 


** *** ** * ****** ** * *** ** *


* *** * * * ** ***** * *



 


* ** *** * *** ** ** * ** * * * * * * * * * ** * ***


******


* ** * * * * * *** * * **


*** * *** * * ** ****


* *** ** ** * ** *



 


** *** * * **** * *** * **** *** **** ** *** ** * ** * **



 


*** ** * ** **** * * *
answered by (-116 points)
0 like 0 dislike
Hidden content!
#include ******



#include *** * *** *



 



main()



{


* * ** * * * * *** ** * * * num, failed, passed;



 


** ** ** *** * * * * * ** enter your *** *


** * **** * * ** * ** * * *** * * * *



 


* **** ** *** ***** ** *** **


* * * *** * * ** * *



 


*** ** * ** ** * * *** * **** * * * * **** * **** * * * * ***


* ***


**** ** * *** **


* * * *** * ** ** *** *


*** * ** * ****** *



 


* ** ** * * * * ** * ** * * * *** * ** * ***



 


* *** * * **
answered by (-116 points)
0 like 0 dislike
Hidden content!
#include ** * ** **

#include * *** *

int main(void)

  {
* ** ** ** * *** * *** * ** * g;
** * *** * *** ** * * *** *** ****** ** * ** ** *
* ** * **** ** (g>=60)
* * * * * *
* * * ** * * ** ** * ** ** ** *** ** *** *** ** ***
* * * ** **** ** * * ** * ****
* * * * * ** *

  {
* * **** *** * * ****** ** **** * *


** *** * * ***** * ** * ** * *

 return 0;
* * ** *
answered by (-157 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>



#include *** * * * *



int main()



{


** * ** * * num ;


** *** **** * ** * * * ** ** * * ** **** &num);


* ** * * ** * * **** * ******* (num>=60)


** * * * *** ** * ****


* * * *** **** * *** * * ******** * * ** * ** **** * ********* * *


* * * ** ** ***


*** *** * ** * *** *** * **


** ** * * * ** **** *


* * *** ** ****** * *** ** * ** * ** ** *** ** * * ***


* * ******* ** ********* **



}
answered by (-158 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>



#include * * *** **



int main()



{


* **** * * * * ** * * * ****** num ;


****** *** **** *** ** *


*** ** * *** * * ** * * ** ** ** ** &num);


** * * ****** * **** (num>=60)


* * ** * * ** *


*** ***** * ** * *** ** * ****** **** * * ** * * ** * * *


********* * *** ** *** **


* * * * * * *


* * *** * *** *** ** * *


** *** * **** *** * * * * * *** * * **** * ** ** ** * ****


* * * * ** **** ***



}
answered by (-158 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

#include <stdlib.h>



main ()

{

    int x;


* **** *** * * * * * * * * * number:");
* * ** ** * **** * * ****** * &x);


* ** *** * *** ******* * *** *
***** ** * ** * *** * *** *** *** * *** ** ** **** *
* ******* ** * * ***** * ** ***
** ** * * * * ** ** * ** * * *** * **** * *** ** ** ** input again");
* ** *** * * ** *** *****
* ***** * ** * * *** ** * *** if(x>100)
*** *** * * *** *
** * * ** **** ** * * ** ** ** ***** * ** ** * ** ** ** ** ** input again");
** ** * * * ** * *


* * ** ** ** **** if (x>=60)
*** * ** ** ** * * *
* * *** ** ** * * ** * * * * * * * * ** ** *** ****
** ***** ***** ** ** ** *


*** * * ** * * ** ** ** ** ** * ** **
* ************* * * **** ** * *


* * ** *** * * * * * ** * * *** * * ** * * * * ** *** * *
** *** ** * ***** *** * ***



}
answered by (-94 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

#include <stdlib.h>



main()

{


** * ** * * * * * * ** * ** grade;


*** * * * * * ** * * * * ****** ** * enter your grade: ");
** * * ** * ******* ****** ** ** *** * * * * * ** ** *


**** * ** *** *** * * *** * * * ** (grade>=60)
* * * * ** * * ** * * ** * ***** ** **** * **** * **
* * *** ** * * ** * ** **** **
* * ** ** * * * * * * ** *** **** ** ** * * ** *


* *** **** * *** ******** * **** * * ** **** * *** *

}
answered by (-103 points)
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.70.127.95
©2016-2025

Related questions

0 like 0 dislike
121 answers
[Exercise] Essay (Open question) - asked Sep 21, 2016 in 作業 by Shun-Po (18k points)
ID: 11340 - Available when: Unlimited - Due to: Unlimited
| 9.1k views
1 like 0 dislike
48 answers
[Exercise] Essay (Open question) - asked Nov 2, 2016 in 作業 by Shun-Po (18k points)
ID: 16865 - Available when: Unlimited - Due to: Unlimited
| 4.9k views
0 like 0 dislike
76 answers
[Exercise] Coding (C) - asked Oct 19, 2016 in 作業 by Shun-Po (18k points)
ID: 14120 - Available when: Unlimited - Due to: Unlimited
| 6.8k views
0 like 0 dislike
91 answers
[Exercise] Coding (C) - asked Oct 13, 2016 in 作業 by Shun-Po (18k points)
ID: 13617 - Available when: Unlimited - Due to: Unlimited
| 7.4k views
0 like 0 dislike
201 answers
[Exercise] Coding (C) - asked Oct 5, 2016 in 作業 by Shun-Po (18k points)
ID: 12293 - Available when: Unlimited - Due to: Unlimited
| 14.5k views
12,783 questions
183,442 answers
172,219 comments
4,824 users