Writing Code When you are asked to write a program in the questions below, you should write one Rust source code file that lives in thecode/plain/src/bin/ directory, has a main function, and can be run with cargo run –bin foo (where foo.rs is the name of the Rust source code file). Do not use any… Continue reading Simple Interactive Program