Tag: cal

January 13

Wrote a Simple Cal in C programing this is output
i8411:~/Documents/Code_Programming/Calc BALL$ ./calc
Result : 0
Enter operator and number :+3
Result : 3
Enter operator and number :-1
Result : 2
Enter operator and number :*4
Result : 8
Enter operator and number :/2
Result : 4
Enter operator and number :q
i8411:~/Documents/Code_Programming/Calc BALL$

If you want a code please read more