#include main() { int broj; printf("Unesite broj eura\n"); scanf("%d",&broj); printf("\nZa %d eura dobicete %f dinara\n",broj,broj*61.24); }