CIS115_W6_ILAB
2015-02-14 02:54:57 7 举报
CIS115_W6_ILAB是一个计算机科学课程,旨在帮助学生掌握基本的计算机编程技能。在这个课程中,学生将学习如何使用各种编程语言来创建和设计应用程序。此外,学生还将学习如何解决问题、进行调试和优化代码以提高程序性能。 这个课程涵盖了许多主题,包括数据结构、算法、软件开发过程和软件测试。学生将通过实践项目来应用所学知识,并在课堂上与同学合作完成这些项目。 总之,CIS115_W6_ILAB是一门非常实用的课程,它为学生提供了必要的技能和知识,帮助他们在未来的职业生涯中取得成功。如果您对计算机编程感兴趣,那么这门课程绝对值得一试!
作者其他创作
大纲/内容
chevyCount fordCount
False
End
Output \"And the winning team is: CHEVY!\"
Output \"Please enter the time for Chevy\" + (i + 1) + \": \"
Start
Output \"The race ends in a tie!\"
Input chevy[i]
Output \"Tie!\"
Output \"Ford wins by \" + second + \" sec\"
second = ford[i] - chevy[i]chevyCount++
True
chevy[i] ford[i]
Output \"Please enter the time for Ford\" + (i + 1) + \": \"
Output \"Chevy wins by \" + second + \" sec\"
i = 0; i 8; i++
Input ford[i]
second = chevy[i] - ford[i]fordCount++
Output \"And the winning team is: FORD!\"
0 条评论
下一页