5 Claps
0 Comments
#include<stdio.h>
#include<conio.h>
#include<string.h>
int main() {
int i, number, num1, num2=0;
char str1[50];
num1 = number;
for(i=2; i<=20; i+=2) {
printf("%d", i);
printf(", ");
}
return 0;
}
2 Thanks
2 Answers
If a vector A is multiplied by a real number (say n), the vector of same nature is obtained but its magnitude is n times that of A.
2 Thanks
2 Answers
3 Claps
0 Comments
Any vector directed in two dimensions can be thought of as having two different components. The component of a single vector describes the influence of that vector in a given direction.
2 Thanks
2 Answers
8 Thanks
2 Answers
