Computer Science, asked by sakshisakhare42, 5 months ago

#include<iostream.h>
#include<conio .h>
void main()
{
clrscr();
float res;
float F1=15.5,F2=2;
res= (int)F1/(int)F2;
cout<<res<<end;
res=F1/F2;
cout<<res;
getch();
}
output​

Answers

Answered by prasath201198
2

Answer:

res=7.5

may be !!!!!!!!

Similar questions