C语言-分支结构程序设计练习(C language - branch structure programming exercise).doc

C语言-分支结构程序设计练习(C language - branch structure programming exercise).doc

  1. 1、本文档共18页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
C语言-分支结构程序设计练习(C language - branch structure programming exercise)

C语言-分支结构程序设计练习(C language - branch structure programming exercise) The program fills in and does not change the statement associated with the input output. Enter a positive integer repeat (0 repeat 10), repeat the following operation: Input parameter a, b, c, solve for a quadratic equation a * x * x + b * x + c = 0 root, and the result is 2 decimal places. The output USES the following statements: Printf ( all parameters are zero, the equation is meaningless! \ n ); Printf ( a and b are 0, c is not 0, the equation is not set \ n ); Printf ( x = % 0.2 f \ n , - c/b); Printf ( x1 = % 0.2 f \ n , (a - b + SQRT (d))/(2 * a)); Printf ( x2 = % 0.2 f \ n , (a - b - SQRT (d))/(2 * a)); Printf ( x1 = % 0.2 f + % 0.2 fi \ n , - b/a) (2 * SQRT (d)/(2 * a)); Printf ( x2 = % % 0.2 f - 0.2 fi \ n , - b/a) (2 * SQRT (d)/(2 * a)); An example of the input output: an illustration in parentheses Input: 5 (repeat = 5) = 0 0 0 0 (a, b = 0, c = 0) = 0 0 0 1 (a, b = 0, c = 1) = 0 0 2 4 (a, b = 2, c = 4) = 2.1 2.1 8.9 3.5 (a, b = 8.9 a, c = 3.5) 1 2 3 (a = 1, b = 2, c = 3) Output: The parameters are zero, the equation is meaningless! A and b are 0, c is not 0, the equation doesnt work X = 2.00 X1 = 0.44 X2 = 3.80 X1 = 1.00 + 1.41 I X2 = - 1.00-1.41 I # include stdio, h H # include math.h Int main (void) { Int repeat, ri; Double a, b, c, d; The scanf ( % d , repeat); For (ri = 1; ri = repeat; r + +) { Lf the scanf ( % % % lf lf , a, b, c); / * -- -- -- -- -- -- -- -- - * / } } # include stdio, h H # include math.h Int main (void) { Int repeat, ri; Double a, b, c, d; The scanf ( % d , repeat); For (ri = 1; ri = repeat; r + +) { Lf the scanf ( % % % lf lf , a, b, c); / * -- -- -- -- -- -- -- -- - * / D = b * * a * b - 4 c. If (a = = 0) If (b = = 0) If (c = = 0) Printf ( all parameters are zero, the equation is meaningless! \ n ); The else printf ( a and b are 0, c is not 0, the equation is not set \ n ); Else printf ( x = % 0.2 f \ n , -c/b); Else if (d = 0) { Printf ( x1

您可能关注的文档

文档评论(0)

jgx3536 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:6111134150000003

1亿VIP精品文档

相关文档