Question: please include comments in code and type set code so it can be copied snd pasted . thanks Exercise 2 (Structs) (optional, for your own
Exercise 2 (Structs) (optional, for your own practise) We need a data collection of wind energy plants, so we plan an array of structs for it and need the following properties: (a) Must have a menu to allow the user to choose among the following items in arbitrary order: P-Print, 1=Insert, E=Edit, L=Load und S=Save. (b) For printing, output the list of power plants. One plant consists of the following infor- mation (use a struct): Name of the power plant, e.g., a text like Nordsee-Juist 1". This text should be maximum 60 chars long and may contain spaces. Location: The location is specified by longitude and latitude (use a struct for that). Power specification: The maximuga power in Watts (under best sunlight conditions). (c) There should be 3...5 power plants initialized already in an array, (d) Allow saving the data in CSV format (Comma separated Values). Project name: Structs Upload the program cand console output as a ZIP archive into Emil. Deadline: See Emil
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
