0 thích 0 k thích
6.1k đã xem

Question 10: Please write a program that can calculate tax 7% (0.07) of a product price, then outputs the tax and a total price including the tax.

Hint:

*Use %.2f for two decimal points*

*Printf a new line between the tax and a total price including tax*

Input1

80

Output1

5.60
85.60

 

Input 2

452

Output2

31.64
483.64

 

[Exam] đã hỏi trong Final examination bởi (5.9k điểm)
ID: 41975 - Xem được từ: Không giới hạn - Hiệu lực đến: 2018-01-17 16:30

đã sửa bởi | 6.1k đã xem

22 Trả lời

0 thích 0 k thích
Hidden content!
#include <stdio.h>
#include <stdlib.h>
int main(){
** * * ** *** **** n;
***** * * ** ***** *** **** m=0.07;
    
* **** ** * **** * *** * *** *** * ** * ***** *
* ** ** ** * * * ** ** * * n*m);
    
** *** * * ** **** * * * * ** ** ** * * ** **
* * *** * * ** ** * ** *** ** * * * ** * *** **** * * * ****** * * ** ** * **** * ** ** ** ** * * * *
* * *** * ** ***** * ** **** **** * * * * ** * ** * **** ** * ** *** **** ******** ** 0;
*** ** *** ** * * * * ***** ** * *** * **** * ** ***** * * ** * *** ****
100/100 trả lời bởi (254 điểm)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 thích 0 k thích
Hidden content!
#include <stdio.h>
#include <stdlib.h>

int main(){
* ** ** * ** ** * * a;
* *** ** ******* *** * * * b=0.07;
*** **** ****** *** * *
* ** ****** * ** * ** ** * * *** ** *** &a);
*** ** * *** ** ** ******** * * **** ** a*b);
* * * * * ** ** **** **
** ****** * * *** ** ** * *** * (a*b)+a);
*** * * ** *** ** ****
* * *** * * ** * ** ** * * ***
* * * * ** * ** *** * 0;
}
** *** * ** ** * ** ***
trả lời bởi (183 điểm)
0 0
prog.c: In function 'main':
prog.c:9:14: warning: unknown conversion type character '>' in format [-Wformat=]
     printf("%>2f", a*b);
              ^
prog.c:9:12: warning: too many arguments for format [-Wformat-extra-args]
     printf("%>2f", a*b);
            ^~~~~~
0 thích 0 k thích
Hidden content!
#include <stdio.h>
#include <stdlib.h>

int main(){ ** *** *** ** *** * ** ** *
** ** * * * *** ** * a;
* *** * * * * * b=0.07;
** * * **** * * * **
**** ** * * * **** ** *** * * **** * *
* *** * ** * ** ***** *
** ** *** * *** * * ** * * * * * * a*b);
*** *** * * ***** * ***** * ** * * (a*b)+a);
***** * ** ** ** * ***

*** *** * * * * * ** 0;
}
100/100 trả lời bởi (283 điểm)
0 0
prog.c: In function 'main':
prog.c:11:18: warning: format '%d' expects a matching 'int' argument [-Wformat=]
     printf("%.2f%d", a*b+a);
                  ^
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 thích 0 k thích
Hidden content!
#include * ** ** ***
int main()
{
*** * * *** * * ** ** n;
** *** ** *** ** * * * * sum,c;
* **** * ** ** ** ****** *** * * * * ** * * *
* * * ** *** * *** * * = n*(0.07);
**** * * * * * **** ** = n + c;
** ** * * * * * * *** **** * * ** * * * *** *
  
0/100 trả lời bởi (192 điểm)
0 0
prog.c: In function 'main':
prog.c:7:17: error: 'n' undeclared (first use in this function)
     scanf("%d",&n);
                 ^
prog.c:7:17: note: each undeclared identifier is reported only once for each function it appears in
prog.c:10:12: warning: missing terminating " character
     printf("%2f\n%.2f,c,sum);
            ^
prog.c:10:12: error: missing terminating " character
     printf("%2f\n%.2f,c,sum);
            ^~~~~~~~~~~~~~~~~~
prog.c:10:5: error: expected expression at end of input
     printf("%2f\n%.2f,c,sum);
     ^~~~~~
prog.c:10:5: error: expected declaration or statement at end of input
0 0
prog.c: In function 'main':
prog.c:7:17: error: 'n' undeclared (first use in this function)
     scanf("%d",&n);
                 ^
prog.c:7:17: note: each undeclared identifier is reported only once for each function it appears in
prog.c:10:5: error: expected declaration or statement at end of input
     printf("%.2f\n%.2f",c,sum);
     ^~~~~~
0 0
prog.c: In function 'main':
prog.c:9:5: error: expected declaration or statement at end of input
     printf("%.2f\n%.2f",c,sum);
     ^~~~~~
0 thích 0 k thích
Hidden content!
#include <stdio.h>
#include <stdlib.h>

int main(){
**** * * * * * ***** ** a;
* * *** * ******* ** ** ** b=0.07;
** * ** * * * * ****
** ** * *** ** ****** ** ** ** ***** * ** &a);
** * * ** ** * ** * * a*b);
** ** * * * *** ** **
* * ***** * * * ** * *** * (a*b)+a);
* * ******* * ** * *
*** ** * * * ** **** * **
* ** * ** ** * ** ** * ** 0;
}
100/100 trả lời bởi (153 điểm)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 thích 0 k thích
Hidden content!
#include * *** *
#include * * * * * *

int main(int argc, char *argv[])
{

* * * * ** ** ****** * * a;
* **** * * * ** b=0.07;
* ** *** * * *** **** *** *** * ** *** * * * **** **
** ****** ** **** ***** **** * * * *
* * * * ***** ****** * ** * *** (a*b)+a);
** ** * * * *** * * ***** *
**** ** * * ***** * *** 0;

}
trả lời bởi (220 điểm)
đã sửa bởi
0 0
prog.c: In function 'main':
prog.c:7:13: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
     scanf("%d",a);
             ^
prog.c:9:12: warning: too many arguments for format [-Wformat-extra-args]
     printf("\n",b);
            ^~~~
0 0
prog.c:1:19: fatal error: cstdlib: No such file or directory
 #include <cstdlib>
                   ^
compilation terminated.
0 0
prog.c:1:19: fatal error: cstdlib: No such file or directory
 #include <cstdlib>
                   ^
compilation terminated.
0 thích 0 k thích
Hidden content!
#include <stdio.h>
#include * *** ** ***

int main(int argc, char *argv[]) {
* ** * * * * * ** ** *
*** * *** * * * ***** p,tax,total;
* * *** **** *** * * * *** * ** ** &p);
* * * ** ****** ** ****
** ** * ** * ** * * *** ***
* * *** * * **** ***** ** ** * tax);
* * * ** * ** *** ** **** *
* ***** * * ** *** ***** * * *** * * **
* * *** **** * * *
    ** *** * * *** *** *
* * * ** * *** * * * 0;
}
100/100 trả lời bởi (221 điểm)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 thích 0 k thích
Hidden content!
* * ***** *

int main () {
* * *
* * * * a; ** **** ***** *** * *
* *** **** *** **** * ** ** * * %0.2f\n", a*0.07);
*** ** ** * * * * ** *** ** ** ** *** ** * ** **
* *** * *** 0;
}
trả lời bởi (183 điểm)
0 0
prog.c: In function 'main':
prog.c:7:14: warning: spurious trailing '%' in format [-Wformat=]
      printf("%\0.2f\n",a+a*0.07);
              ^
prog.c:7:15: warning: embedded '\0' in format [-Wformat-contains-nul]
      printf("%\0.2f\n",a+a*0.07);
               ^
prog.c:7:13: warning: too many arguments for format [-Wformat-extra-args]
      printf("%\0.2f\n",a+a*0.07);
             ^~~~~~~~~~
0 thích 0 k thích
Hidden content!
* *** * * ** *
#include * **** * * **

int main () {
*** * *
*** * ** a; * * *** * * * ** *
********* ** * ******* * **** ** * %f\n", a*0.07);
* ** *** * * ** *** ** * * ** ** * * * ** *
* * * *** * *** ** * 0;
}
trả lời bởi (183 điểm)
0 0
prog.c: In function 'main':
prog.c:8:15: warning: unknown conversion type character 0xc in format [-Wformat=]
      printf("%\fn",a+a*0.07);
               ^
prog.c:8:13: warning: too many arguments for format [-Wformat-extra-args]
      printf("%\fn",a+a*0.07);
             ^~~~~~
0 thích 0 k thích
Hidden content!
#include *** *** * * * *
#include ** ** * *

int main(int argc, char *argv[])
{

******* * a;
 
* * ****** ** * * *** * *
**** *** * ** ** *
* ***** ***** * * ** * *** * * *
* ** ******* * *** * * **** **** *** ***** ** * * *** * *** * ** ** **
* ** * * * **** ** *** ** ** *  
* *** * **** 0;
}
100/100 trả lời bởi (273 điểm)
đã sửa bởi
0 0
Case 0: Wrong output
Case 1: Wrong output
Case 2: Wrong output
Case 3: Wrong output
0 0
Case 0: Wrong output
Case 1: Wrong output
Case 2: Wrong output
Case 3: Wrong output
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.71.255.50
©2016-2025

Những câu hỏi liên quan

0 thích 0 k thích
21 trả lời
[Exam] đã hỏi ngày 13 tháng 1 năm 2018 trong Final examination bởi nat236919 (5.9k điểm)
ID: 41968 - Xem được từ: Không giới hạn - Hiệu lực đến: Không giới hạn
| 5.7k đã xem
0 thích 0 k thích
30 trả lời
[Exam] đã hỏi ngày 13 tháng 1 năm 2018 trong Final examination bởi nat236919 (5.9k điểm)
ID: 41942 - Xem được từ: Không giới hạn - Hiệu lực đến: 2018-01-17 16:30
| 6.4k đã xem
0 thích 0 k thích
26 trả lời
[Exam] đã hỏi ngày 13 tháng 1 năm 2018 trong Final examination bởi nat236919 (5.9k điểm)
ID: 41937 - Xem được từ: Không giới hạn - Hiệu lực đến: 2018-01-17 16:30
| 3.2k đã xem
0 thích 0 k thích
21 trả lời
[Exam] đã hỏi ngày 13 tháng 1 năm 2018 trong Final examination bởi nat236919 (5.9k điểm)
ID: 41935 - Xem được từ: Không giới hạn - Hiệu lực đến: 2018-01-17 16:30
| 2.6k đã xem
0 thích 0 k thích
23 trả lời
[Exam] đã hỏi ngày 13 tháng 1 năm 2018 trong Final examination bởi nat236919 (5.9k điểm)
ID: 41926 - Xem được từ: Không giới hạn - Hiệu lực đến: 2018-01-17 16:30
| 2.9k đã xem
12,783 câu hỏi
183,442 trả lời
172,219 bình luận
4,824 thành viên