Answer:
1. would be B.
2. would be D
3. May I ask if it can be multiple answers?
Explanation:
1. In coding a if statement has to follow if something is true or not. If we are talking about a if and then statement it will skip that block and move to the next block of the "then" part of the "if then" Statement if the first part is reported false
2. This is a easy one, so it has to be either a 3.25 GPA or higher or they have to have either 100 hours or more.
3. waiting for a comment back :)
 
        
             
        
        
        
D. Field data because that it a report of what happened over the week that a manager can reflect on for possible changes.
        
                    
             
        
        
        
Answer:
#include <stdio.h>
void interchangeCase(char phrase[],char c){
   for(int i=0;phrase[i]!='\0';i++){
       if(phrase[i]==c){
           if(phrase[i]>='A' && phrase[i]<='Z')
               phrase[i]+=32;
           else
               phrase[i]-=32;      
       }
   }
}
int main(){
   char c1[]="Eevee";
   interchangeCase(c1,'e');
   printf("%s\n",c1);
   char c2[]="Eevee";
   interchangeCase(c2,'E');
   printf("%s\n",c2);    
}
Explanation:
- Create a function called interchangeCase that takes the phrase and c as parameters.
- Run a for loop that runs until the end of phrase and check whether the selected character is found or not using an if statement.
- If the character is upper-case alphabet, change it to lower-case alphabet and otherwise do the vice versa.
- Inside the main function, test the program and display the results.
 
        
             
        
        
        
Answer:
Mainframes (also called "big iron")[1] are powerful computers used for large information processingjobs. They are mainly used by governmentinstitutions and large companies for tasks such as census, industry and consumer statistics, enterprise resource planning, and financial transaction processing. Mainframe computers are specially used as servers on the World Wide Web (WWW). They are distinct from supercomputers.
 
        
             
        
        
        
If you want the best possible print, you need to upload the best quality digital file. Sometimes photos might look just fine when you look at them on your computer screen, and you might wonder what’s up with us when we say we can’t print them. Photos that don’t have sufficient resolution will look all blurry and pixilated (blocky with jagged edges) when printed.