请编写方法int[] inverArray(int []a),该方法返回一个数组b,b中元素顺序为数组a中元素的逆序。int[]

作者:高老师 浏览 1

请编写方法int[] inverArray(int []a),该方法返回一个数组b,b中元素顺序为数组a中元素的逆序。int[] invertArray(int []a){//请在答题卡(纸)上填写此处应编写的代码}
【正确答案】:

📱 扫码体验刷题小程序

微信小程序二维码

扫一扫使用我们的微信小程序

热门题目

已复制到剪贴板