come fare un programma in c con cui interagire

Solutions on MaxInterview for come fare un programma in c con cui interagire by the best coders in the world

showing results for - "come fare un programma in c con cui interagire"
Montserrat
27 Mar 2017
1#include <stdio.h>
2#define euro(e) lira / 1936,27
3#define lira(l) 1936.27 * euro
4int main()
5{
6  double lira, euro, x;
7  lira = 5000;
8  euro
9  printf("la conversione è:\n");
10  printf("%f\n", x);    
11return 0;
12}