Hi there!
A audit trial is a report of changes that have been obtained to a file or some kind of database.
Hope this helped!~
Answer: in C
#include <stdio.h>
int main(){
int num1, num2;
printf("Enter first number :: ");
scanf("%d", &num1);
printf("Enter second number :: ");
scanf("%d", &num2);
if(num1 > num2){
printf("%d is larger than %d\n", num1, num2);
} else if (num2 > num1) {
printf("%d is larger than %d\n", num2, num1);
} else{
printf("Both of them are equal\n");
}
return 0;
}
Answer:
Microsoft Excel or Google sheets.
Explanation:
I think that the answer is false. But I'm not sure.Let meknow if I'm right.