欢迎来到第壹文秘! | 帮助中心 分享价值,成长自我!
第壹文秘
全部分类
  • 幼儿/小学教育>
  • 中学教育>
  • 高等教育>
  • 研究生考试>
  • 外语学习>
  • 资格/认证考试>
  • 论文>
  • IT计算机>
  • 法律/法学>
  • 建筑/环境>
  • 通信/电子>
  • 医学/心理学>
  • ImageVerifierCode 换一换
    首页 第壹文秘 > 资源分类 > PPT文档下载
    分享到微信 分享到微博 分享到QQ空间

    程序设计I实验.ppt

    • 资源ID:465473       资源大小:121KB        全文页数:7页
    • 资源格式: PPT        下载积分:10金币
    快捷下载 游客一键下载
    账号登录下载
    三方登录下载: 微信开放平台登录 QQ登录
    下载资源需要10金币
    邮箱/手机:
    温馨提示:
    快捷下载时,如果您不填写信息,系统将为您自动创建临时账号,适用于临时下载。
    如果您填写信息,用户名和密码都是您填写的【邮箱或者手机号】(系统自动生成),方便查询和重复下载。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP,免费下载
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    程序设计I实验.ppt

    程序设计I实验实验5:选择语句(下)实验目的 掌握布尔型变量的定义和用法 掌握关系运算符、逻辑运算符的使用 巩固if-else分支结构的使用 练习switch语句的用法实验内容1 Using the&and|operatorWrite a program that reads an integer n and determines whether it is divisible by 5 and 6,whether it is divisible by 5 or 6,and whether it is divisible by 5 or 6,but not both.InputAn integer n in one line.OutputThe result in 3 lines like the Sample Output.Sample Input10 Sample OutputIs 10 divisible by 5 and 6?falseIs 10 divisible by 5 or 6?trueIs 10 divisible by 5 or 6,but not both?True实验内容2Find the max and min读入若干整数,找出其中的最大值和最小值。Input输入的第一行为一个数N,表示即将输入的数字的个数(2=N=1000)。接下来有N行,每一行一个整数a(0=a 32767).Output输出仅包括一行,格式如下max min其中max为输入的N个数中的最大值,min为输入的N个数中的最小值。Sample Input212Sample Output1实验内容3 Sorting three integersWrite a program that reads three integers num1,num2,num3,and sort the numbers so that num1=num2=num3.InputThree integers num1,num2,num3 in one line.OutputThe sorted three numbers seperated by one blank in one line.Sample Input1 3 2 Sample Output1 2 3实验内容4Finding the number of days in a monthWrite a program that reads month and year,then displays the number of days in the month.For example,if the user entered month 2 and year 2000,the program should display that February 2000 has 29 days.If the user entered month 3 and year 2005,the program should display that March 2005 has 31 days.InputTwo numbers a,b(seperated by one blank),a for the year,b for the month.OutputThe result in one line.Sample Input2000 2Sample OutputFebruary 2000 has 29 daysHint分别用If else 和 switch实现。结束!

    注意事项

    本文(程序设计I实验.ppt)为本站会员(p**)主动上传,第壹文秘仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知第壹文秘(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2023 1wenmi网站版权所有

    经营许可证编号:宁ICP备2022001189号-1

    本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。第壹文秘仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知第壹文秘网,我们立即给予删除!

    收起
    展开