28.02.2014, 08:35
(
Последний раз редактировалось AroseKhanNiazi; 11.03.2014 в 10:21.
)
SLOVED
if(drugstaken > 60) { //here all overdose code } else { //the code if less than 60 } return 1;
if(drugstaken > 60) { //here all overdose code } else { //the code if less than 60 } return 1; |
if(drugstaken > 60)
{
//here all overdose code
}
else if
{
//the code if less than 60
}
return 1;