# 12月22日作业 **Repository Path**: ssjttx/operation-on-december-22 ## Basic Information - **Project Name**: 12月22日作业 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 46 - **Created**: 2021-12-23 - **Last Updated**: 2021-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 将1-100。这100个数,存入数组 #### 然后定义一个方法,把数组里的每一个值*2,并加奇减偶 ```java 例如 1*2 - 2*2 + 3*2 -4*2 ……-100*2 在主方法中,调用这个定义的方法,并输出结果。