View Single Post
Staro 10.06.2005., 14:50   #2
bude
Warcraft III TFT
 
bude's Avatar
 
Datum registracije: Jun 2004
Lokacija: Zg
Postovi: 862
#include <stdio.h>

void main()
{
float a,b,c;
printf ("Unesi prvi broj: ");
scanf("%f",&a);

printf ("Unesi drugi broj: ");
scanf("%f",&b);

if (a>b) printf("\n%f-%f=%f",a,b,a-b);
else
printf("\n%f-%f=%f",b,a,b-a);
}
__________________
A64 Venice
Epox 9npa+ Ultra
Super Talent 2x512 MB
Saphire x700 pro
2x80 GB @ RAID0

bude je offline   Reply With Quote