CSIS 111 Module Week 7 ASSIGNMENT ARRAYS

Use functional decomposition to write a C++ program that asks the user to enter his or her weight and the name of a planet. Use an enumerated type called planetType to represent the planets and use a switch statement that… Read More

CSIS 111 Module Week 2 ASSIGNMENT INPUT OUTPUT

The number of permutations of a set of n items taken r at a time is given by the following formulan!/r!(n−r)!: where n! is the factorial of n, r! is the factorial of r, and (n-r)! is the factorial of the result of n-r. The factorial of a number n can be solved using the… Read More

CSIS 111 Module Week 1 ASSIGNMENT BASIC ELEMENTS

Install Visual Studio Express 2019 for Windows Desktop (you will need to create a free Microsoft account as part of this process, if you do not already have one). LINK – https://www.visualstudio.com/downloads/ Instructions for installation can be found in the Reading &… Read More