U go in to the bar with i b u the is italics and u press it again and it will turn it off but u have to have the text selected
D. (chart elemments) - correct answer
Answer:
Using C language;
#include <stdio.h>
int main()
{
int N, M;
printf("Please enter two numbers: ");
scanf("%d %d", &N, &M);
int P,Q = N*M;
return 0;
}
Explanation:
The variables N and M are declared and the "scanf" function is used to assign a value to the variables from the input prompt, then the product of N and M are saved to the P and Q variables.
B.Interact more with people from different backgrounds. this is correct because that would help people get to know each other better.
Hope this helps:)