3 like 0 dislike
15.8k 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%
[Exercise] Coding (C) - asked in Chapter 4: Expressions by (12.1k points)
ID: 25730 - Available when: Unlimited - Due to: Unlimited

edited by | 15.8k views

86 Answers

0 like 0 dislike
Hidden content!
#include * ** ***

int main ()

{

**** **** * ** ** **** * * a,b,c, D, E;

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

* * * * ** ** ** * = a+b;
* ***** *** **** * = (a/c)*100;
*** **** * * * ** = * * *

* ** * ** *** *** * * * ** * * Ratio: ** * * * D);
** * ** * * *** * ** **** * * Ratio: * * * * E);

** * * *** *** * *** ** 0;

}
answered by (-249 points)
0 0
-----------Re-judge-----------
Case 0: Correct output
Case 1: Correct output
0 like 0 dislike
Hidden content!
#include <stdio.h>



main(void)

{
** * * * ****** ****** **** a,b,sum1,sum2;
* *** * ** ** * * * *** ** ** * * ** ** *
** ****** ******* *** ******* ** ** ** ***** *
** ** **** *** * = a*5;
** * *** ** * * *** ** = b*5;
* * * ***** ** * * * * (sum1>40)
* * *** ** ***** ** *** ** * ** **** ** ** *** * **** ratio: %d%%\n",sum1);
* ** ** **** ** * *** * *
* *** * ** ***** * *** ** * * * **** * ** ** * * ratio: %d%%\n",sum1);
**** * *** * * * ***** *****
** **** *** * * ** ** ***** * **** * ************* ratio: * * * **
* * ** *** ** ** * *
***** ** ** ** ****** *** *** ** * * * * *** * ** *** *** * ratio: %d%%\n",sum2);
** * * * ** * **** * * 0;



}
answered by (-323 points)
0 like 0 dislike
Hidden content!
#include * * ****** * **
int main(void)
{
**** *** * x, y;
* * *** * * a, b, c;
* ** * * * ** ** ** * *** * * ** ** ***
** * * *** *
* *** * * *****
* ** * * *
** * * * * ** * * * Ratio: * * Ratio: * * * * *
* *** ***** * 0;
}
answered by (-196 points)
0 0
-----------Re-judge-----------
Case 0: Correct output
Case 1: Correct output
0 like 0 dislike
Hidden content!
** *** * ** * **
int main(){
*** **** **** ** * * *** i,j,total;
* * * * * * *** *** ** ** ** * ** * * * ** **** * *
* ** *** * *** * * ** *
** ** *** * * * * ** ** ** * ** ** Ratio: %d%%\nFail Ratio: * *** *** * * *** *
** *** * * ** * *** * * 0;
}
answered by (-116 points)
0 0
-----------Re-judge-----------
Case 0: Correct output
Case 1: Correct output
0 like 0 dislike
Hidden content!
#include * ** * * ** ***
float a,b;


int ** **
{
** ** ** **** * ** * *
* * ***** * * * * **** * **
**** ** *** ** Ratio: * * * *
* * * Ratio: * ******** * * ******
}
answered by (-336 points)
0 0
-----------Re-judge-----------
Case 0: Correct output
Case 1: Correct output
0 like 0 dislike
Hidden content!
* ** * * ** * * *
** * *
{
* * a, b , v , x, **
***** * ** * * * *******
=a + b;
v = (a / * *
x = (b / ***

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

** ** ** * * * ***
** ** ** ***** * * * *** *
}
answered by (-141 points)
0 0
why do you use float number instead of integer?
0 0
-----------Re-judge-----------
Case 0: Wrong output
Case 1: Wrong output
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.71.254.26
©2016-2025

No related questions found

12,783 questions
183,442 answers
172,219 comments
4,824 users