#include #include typedef struct linkedList{ int number; struct linkedList* next; }Node; void create(Node* list){ printf("\\nE