CIS115_W4_ILAB
2015-02-02 08:44:20 3 举报
CIS115_W4_ILAB是一个与计算机信息系统相关的课程,旨在帮助学生掌握信息系统的基本概念、原理和技术。在这门课程中,学生将学习如何有效地收集、处理、分析和传输信息,以便在各种组织和行业中实现更好的决策和运营。课程内容包括数据库管理、网络技术、软件开发、项目管理等。通过这门课程的学习,学生将能够熟练运用信息技术来解决实际问题,提高个人和团队的工作效率。同时,CIS115_W4_ILAB还将培养学生的创新思维和批判性思考能力,为他们未来的职业生涯奠定坚实的基础。
作者其他创作
大纲/内容
Input firstName
Input score
Output \"Thank you for using grade calculator!\"
grade = 'B'
Output \"Welcome to grade calculator!\"\"Please enter student's first name: \"
False
True
grade = 'A'
0
grade = 'D'
Input lastName
Output \"Good Score!\"
Start
grade = 'C'
grade = 'F'
End
Output \"Please enter student's last name: \"
Output \"Error! Score should between 0 and 1000!\"
Declare string firstName; string lastName; double score; double scorePer; char grade
Output \"Please enter student's score: \"
scorePer = score / 1000 * 100
Output \"The student's first name is: \" + firstName; \"The student's last name is: \" + lastName; \"The student's number of points is: \" + score; \"The student's score percentage is: \" + scorePer + \"%\"; \"The student's final grade is: \" + grade;
0 条评论
下一页
为你推荐
查看更多