当前位置:网站首页>Shell course summary
Shell course summary
2022-08-09 14:47:00 【palm nine】
Functions and arrays
1. Write a function to print green OK and red FAILED, and judge whether there are parameters. If there is a parameter, it is Ok, and if it does not exist, it is FAILED;
2. Write a function, to determine whether there is no position parameter, if there is no parameter, an error will be prompted;
3. Write a function to implement two numbers as parameters and return the maximum value;
4. Write a function to implement two integer bit parameters, calculateAddition, subtraction, multiplication and division.
Task 1:
Task two:


Task three:

Task four:

边栏推荐
猜你喜欢
随机推荐
Jetpack Compose——Button(按钮)的使用
用asp.net基于C#编写简单登录注册界面(访问数据库)
*3-3牛客网 重新排列
C语言中的 pow 函数 使用方法及注意事项,和常见报错原因,且分享实战中的使用
Code of Conduct for Firefighters
小程序程序开发怎么做?应以突出功能为主
模拟实现strcpy函数的实现(含多次优化思想)
阿里巴巴云原生大数据运维平台 SREWorks 正式开源
Firewalld防火墙基础
202五一杯数学建模ABC三题
ensp如何正确配置静态路由
Row of openharmony container components
*5-1 CCF 2015-03-1 图像旋转
*3-1 CCF 2014-09-1 相邻数对
Talking about CQRS Mode
vs how to use a Button to link to another page
C语言中的 递归问题 以及将递归改写成非递归。(解析常见的几个递归题目及代码) 求阶乘、求斐波那契、汉诺塔、
Jetpack Compose - simply the basic attributes of Modifier is introduced
ODA一体机有什么缺点
vs怎么用一个Button链接到另一个页面









