Computer Science, asked by arnavvasi509, 2 months ago

f(x) is a 4 degree polynomial. calculate the number of elements in the array, A if A is the array representation of f(x)​

Answers

Answered by shivanshsoni9792
0

Explanation:

write a program to insert 4 elements in an array ‘a’ and 5 elements in an array ‘b’ . make a third array ‘c’ , containing the numbers divisible by 3 from the first array and numbers divisible by 5 from the second array.

input a[ ] 4 6 9 13

input b[ ] 23 10 18 65 42

output c[ ] 6 9 10 65

Similar questions