Math, asked by umachandru7479, 7 months ago

The number 24 has ________ factor ​

Answers

Answered by pranavagwan500
1

Step-by-step explanation:

#include<stdio.h>

void main()

{

int arr[5]={4,12,78,90,70};

int i=0;

for(i=0;i<=4;i++)

{

printf("\n %d",arr[i]);

}

return 0;

  • }
Similar questions