eekanam aththa wageeMichael said:echcharama hot nehe ithin![]()
![]()
onewata wada hot wenna gihin wage meya
![]()
![]()
![]()
![]()
![]()
![]()

WarunaVC15 said:she aite ..not hot hot lol

#include <iostream>
using std::cout ;
using std::cin ;
int main()
{
int temperature_of_her ;
cout << " Please Enter Her Temperature : " ;
cin >> temperature_of_her ;
cout << "Processing " << endl ;
if ( temperature_of_her > 70 )
{
cout << "Yes She is Hot " << endl;
}else
{
cout << " No she is not hot " << endl;
}
return 0;
}