Skip to content

Commit bd765af

Browse files
committed
An easy calculator
1 parent faea924 commit bd765af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

switch_easy_calculator.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*DAVIDE GIANNUBILO - Esercizi Linguaggio C
2-
Scrivere un programma che simuli una calcolatrice con add, sub, molt, div ed eviti le divisioni per zero"
3-
Write a program that simulates a calculator with add, sub, molt, div and avoid divisions by zero"
2+
Scrivere un programma che simuli una calcolatrice con add, sub, molt, div ed eviti le divisioni per zero
3+
Write a program that simulates a calculator with add, sub, molt, div and avoid divisions by zero
44
*/
55

66
#include <stdio.h>

0 commit comments

Comments
 (0)