| http://www.w3.org/ns/prov#value | - e????); scanf(???%???,UserAsk); printf(???whats you name????); scanf(???%abdi???,&UserName); printf(???how old are you sir???); scanf(???%d???,&UserAge); if(UserAge=40) printf(???Sir Are you drunk????); scanf(???%d??? , &UserSpeed); //Conditional Statment to Test if the Driver is drunk //if the user is not drunk, they are allowed to drive if(UserSpeed 70 printf(???You drive safety speed thnx.???);
|