CIS115
2015-02-21 05:31:07 10 举报
CIS115是一门计算机科学入门课程,旨在为学生提供基本的计算机知识和技能。在这门课程中,学生将学习计算机硬件和软件的基本概念,包括操作系统、编程语言、数据结构和算法等。此外,学生还将了解计算机网络的基本原理和互联网的应用。通过这门课程的学习,学生将能够熟练使用各种常见的计算机应用程序,并具备解决实际问题的能力。总之,CIS115是一门非常实用且有趣的课程,对于想要深入了解计算机科学的初学者来说是一个不错的选择。
作者其他创作
大纲/内容
return total_sales
return tax_amount
Main( )
Display totalSalestaxAmounttaxRatetotal
Set total_sales = items_number * unit_price;
if (st == \"NJ\") then taxRate = NJ_tax_rate;else if (st == \"FL\") thentaxRate = FL_tax_rate; else thentaxRate = NY_tax_rate; end iftax_amount = sales_amount * taxRate
ComputeTax( )
Set total = totalSales + taxAmount
ComputeTotal( )
0 条评论
下一页