5 like 0 dislike
235 views

Write a program that reads the number of students who passed and failed in the exams and displays the percentages. For example:

輸入及格與不及格人數
輸出及格與不及格百分數

Example input:

12 8

Example output:

Success Ratio: 60%
Fail Ratio: 40%
[Normal] Coding (C) - asked in Introduction to Computer Programming I (C) by (9.9k points)
ID: 25955 - Available when: Unlimited - Due to: Unlimited

retagged by | 235 views

3 Answers

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

int main()
{
* ** * **** * ** * pass, fail;
** * ** * * *** ****
* *** * ** ***** * * **** * * *** &pass, &fail);
** * ** ** * **
****** ** ****** ** *** * ** Ratio: * ** * *** ** ***** **
* ******* * * * * * **** ** Ratio: ** **** * * **** * * ** *
** * * * *****

** * ** * ********* * 0;
}
answered by (-233 points)
0 0
Case 0: Wrong output
Case 1: Wrong output
0 like 0 dislike
Hidden content!
*** ***** **
*** * ** *** **

int main()
{
** *** ** * * * pass, fail;
* * ***** * *****
* * * ** ** * ** * **** * **** * * &pass, &fail);
*** ** * * * *
**** * *** *** ** * ** * * ** Ratio: %.0lf%%\n", * * ** *********
* ** * **** * * * ** * ** * * * Ratio: *** ** * * ** **** ***
* ***** * * * * *

** * * ** *** ** * ** 0;
}
answered by (-233 points)
0 0
Case 0: Wrong output
Case 1: Wrong output
0 like 0 dislike
Hidden content!
#include * ** ** ***
int main(void)
{
* * * * * * ** * a,b,c,d,e;
* ** * * * ** * *** * * * * *** *** ** *
* * **** * ** **** ** * ** *
*** * * *** * * ** ** * ****
** * ** * * * ****
* ** * ** * *** * ** * ** * ** * Ratio: %g%%\n",d);
** ** * ***** * *** ** ** ***** Ratio: %g%%",e);
** **** * ******** * * * 0;
}
answered by (-229 points)
0 0
Case 0: Correct output
Case 1: Correct output
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.70.126.34
©2016-2024

Related questions

6 like 0 dislike
2 answers
[Normal] Coding (C) - asked Oct 16, 2017 in Introduction to Computer Programming I (C) by thopd (12.1k points)
ID: 27175 - Available when: Unlimited - Due to: Unlimited
| 259 views
6 like 0 dislike
3 answers
[Normal] Coding (C) - asked Oct 16, 2017 in Introduction to Computer Programming I (C) by thopd (12.1k points)
ID: 27167 - Available when: Unlimited - Due to: Unlimited
| 260 views
12,783 questions
183,443 answers
172,219 comments
4,824 users