项目作者: ProgrammingLanguagesClass

项目描述 :
Assignment 3 - Arrays & Loops
高级语言: C++
项目地址: git://github.com/ProgrammingLanguagesClass/Assignment-3.git
创建时间: 2018-11-19T21:31:43Z
项目社区:https://github.com/ProgrammingLanguagesClass/Assignment-3

开源协议:MIT License

下载


Assignment 3

Solve problems 1-5 by editing the part marked by // Write your code here in the main.cpp file of each folder.
DO NOT edit any other code or files. DO NOT rename, add, remove, or move any file or folder.
Any change you make to other files may cause your submission to fail.

Do not use input/output (cin, cout, or cerr), just use the variable(s) passed to the function as your input, e.g. number, and assign your output to the variable defined in the function, e.g. name = “not a valid digit”.

Steps:

  1. Clone project to your computer
  2. Edit main.cpp file for each problem with your solution
  3. Make sure your code compiles and runs correctly on your IDE
  4. Push your code back to this repository (not another repository)
  5. Copy repository link to class website as your submission