Spoken Tutorials - RUST Assignment Funded by the Ministry of Education (MoE), GOI Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------- Control Flow 1. Go to the project folder "rust-assignment" 2. In the "main.rs" file a) Create an array named "n" and assign 10 random numbers to it b) Loop over the array and c) Count the number of even values and odd values d) Print the count of odd and even values 3. Compile and execute the project 4. Observe the output in the Terminal