-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
示例在Flex中插入ChekBox网格
如何插入 chekbox Flex 的网格的示例
- 2022-03-16 12:40:03下载
- 积分:1
-
正则表达式系统教程 正则表达式系统教程
正则表达式系统教程 正则表达式系统教程-Regular Expressions Regular Expression Tutorial System System System Tutorials Regular Expressions Tutorial
- 2022-02-04 12:14:17下载
- 积分:1
-
这是博弈论算法全集第四部分:剪枝算法,其它算法将陆续推出.以便与大家共享...
这是博弈论算法全集第四部分:剪枝算法,其它算法将陆续推出.以便与大家共享-This is game theory algorithms Works Part IV: pruning algorithm, other algorithms will be introduced. In order to share with everyone
- 2023-01-08 05:05:03下载
- 积分:1
-
是一本介绍TUXDO编程指南的书籍,是一本很好开发级的书籍。
是一本介绍TUXDO编程指南的书籍,是一本很好开发级的书籍。-Is an introduction TUXDO programming guide books, is a good development of class books.
- 2022-03-19 16:09:29下载
- 积分:1
-
special knowledge of linux (embeded system)
special knowledge of linux (embeded system) -special knowledge of linux (embeded system)
- 2022-06-16 16:26:47下载
- 积分:1
-
有关程序计时方法的介绍,PPT+几个程序,我看了有点启发,拿来共享...
有关程序计时方法的介绍,PPT+几个程序,我看了有点启发,拿来共享-the process of time, the PPT several procedures, I have read a little inspiration, used to share
- 2023-04-04 10:45:03下载
- 积分:1
-
XPE one key to restore the detailed design of the program
XPE一键恢复方案详细设计-XPE one key to restore the detailed design of the program
- 2022-03-13 17:54:03下载
- 积分:1
-
This is one pair of 44b0uclinux transplantation
这是一篇对44b0uclinux移植总结-This is one pair of 44b0uclinux transplantation
- 2022-04-08 21:16:08下载
- 积分:1
-
a good Food industry management software
一套好的餐饮行业管理软件-a good Food industry management software
- 2022-02-01 01:12:42下载
- 积分:1