pure c & me
#include <stdio.h>
int main()
{
if (integrity && compounding)
go_ahead();
else
pass();
return 0;
}
#include <stdio.h>
int main()
{
if (integrity && compounding)
go_ahead();
else
pass();
return 0;
}