Cleaned up unecessary declarations

This commit is contained in:
Brian Bassanetti 2023-05-04 20:02:59 +02:00 committed by GitHub
parent c2a2c1aeb9
commit 16659b258b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
int main(){
float i;
int f;
float o=0;
float o;
printf("Scrivi un numero: ");
scanf("%f",&i);
printf("Tabellina di %f:\n",i);