The answer to this question is, A. Cramming.
PLEASE MARK BRAINLIEST!! :)
Answer:
eHealth.
Explanation:
eHealth or electronic health is a digital medical platform used to connect individuals to medical treatment they so need but can not receive due to certain barriers.
The eHealth platform uses modern day technology for consultation, examination of patient's health, prescription of medication etc. But it refers patients to trusted medical facilities when the situation is critical.
All these are done electronically through the internet and has eliminated the boundaries of geographical location.
#include <stdio.h>
struct student {
char firstName[50];
int roll;
float marks;
} s[5];
int main() {
int i;
printf("Enter information of students:\n");
// storing information
for (i = 0; i < 5; ++i) {
s[i].roll = i + 1;
printf("\nFor roll number%d,\n", s[i].roll);
printf("Enter first name: ");
scanf("%s", s[i].firstName);
printf("Enter marks: ");
scanf("%f", &s[i].marks);
}
printf("Displaying Information:\n\n");
// displaying information
for (i = 0; i < 5; ++i) {
printf("\nRoll number: %d\n", i + 1);
printf("First name: ");
puts(s[i].firstName);
printf("Marks: %.1f", s[i].marks);
printf("\n");
}
return 0;
}
#◌⑅⃝●♡⋆♡Nåmřāthā ♡⋆♡●⑅◌
Answer: The only help is your lord and savior Jesus Christ Amen YAR
Explanation: The Bible or Church
Answer/Explanation:
Zone defense is chosen if MULTIPLE people are attacking one spot that's why they would choose zone defense.
Person to person defense is when 1 person is attacking one spot so somebodies sent out to defend it.
<u><em>~ LadyBrain</em></u>