# 12月03日作业 **Repository Path**: deng-fuyu/operation-on-december-3 ## Basic Information - **Project Name**: 12月03日作业 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2021-12-05 - **Last Updated**: 2021-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #12月03日作业 在周期一(12月6日20:00之前Pull Requests), ## 1.编写一个简单的计算器程序, 首先打印一个如下菜单 - ********************************* - *****微型计算器 **** - *****1、求和 **** - *****2、求差 **** - *****3、求积 **** - *****4、求商 **** - *****5、求余 **** - *****Q、退出 **** - *****请选择您想执行的操作 **** - ********************************* 请用户输入两个数字,再请用户选择某一项后,并将其结果显示出来。