Answer:
changing layout options
resizing the image
adding and editing shapes
adding and editing styles
Explanation:
Inserting screenshots requires no sort of editing. Also, no editing is required for inserting the tables and graphs. However, the options being mentioned in the answer section is an example of editing. Changing layout options is editing, resizing the images is editing, adding and editing shapes is editing as well as adding and editing styles is editing. Hence, the choices mentioned in the answer section are the correct options.
Answer:
Written in C
#include <stdio.h>
int main() {
float salary;
printf("Salary: ");
scanf("%f", &salary);
float HRA, DA;
if(salary <= 10000){
HRA = 0.20; DA = 0.80;
}
else if(salary >= 10000 && salary <= 20000){
HRA = 0.25; DA = 0.90;
}
else{
HRA = 0.30; DA = 0.95;
}
salary = salary + salary * HRA + salary * DA;
printf("Gross Salary: %.2f\n", salary);
return 0;
}
Explanation:
I've added the full program as an attachment where I used comments as explanation
This does not make any sence. were are the choises
The combination of a transmitter and a receiver in a single cell package is a transceiver