Answer:#include <stdio.h>
int main() {
int num;
printf("Enter an integer: ");
scanf("%d", &num);
// true if num is perfectly divisible by 2
if(num % 2 == 0)
printf("%d is even.", num);
else
printf("%d is odd.", num);
return 0;
}
Answer:
cryptography
Explanation:
cryptography
In computer science, cryptography refers to secure information and communication techniques derived from mathematical concepts and a set of rule-based calculations called algorithms, to transform messages in ways that are hard to decipher
Answer:
The option to add the date and time to a document is located in the
text grouping on the Insert tab.
Explanation:
Answer:
Explanation:
Number of ways to select 10 girls in 35C₁₀
Number of ways to select 10 boys in 35C₁₀
Total Number of ways to select is 35C₁₀ x 35C₁₀