#include #include int main(void) { int a,i; float p[100]; scanf("%i",&a); //this %i instructs scanf to read an int from keyboard and &a tells keyboard to assign the input value to variable named a for(i=0;i