Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 934 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 934 Bytes

Lab5JasmineCarrasco

Create a remote repo named Lab5FirstnameLastname Clone the remote repo to your local computer Create a c# project using dotnet new console Create a void function that displays a cat on the console Create a function that asks for user imput and returns the user imput Create a function that takes two numbers as paramaters adds them together and returns the sum of the two nubers. Create a function that takes two numbers as paramaters subtracts them and returns the difference of the two nubers. Create a function that takes two numbers as paramaters multiplies them together and returns the product of the two nubers. Create a function that takes two numbers as paramaters, Divides them together and returns the quotent of the two nubers. Create a driver program "menu" to let the user choose what calculation they want to make. Push your local repo to GitHub. Submit the repo URL to canvas.