Project #3: Create a program that provides an average of 3 months of rainfall with input from the user.
- Project assigned to practice string usage in C++
- Practice using output instruction text and user input
- Practice using main function for calculation from user input and output the result in the program
Click Here to View Code in Online Compiler, C++ Shell
Project #5: Create a program that opens a file, reads all the numbers from the file, and calculates: numbers in the file, sum of all the numbers in the file, and average of all the numbers.
-
Studying the usage of
inputFile
andoutputFile
. Proper code to open and close files in C++. - Using while loops to process data from a file.
- Practice on proper definitions and initializations.
Click Here to View Code in Online Compiler, GDB online Debugger
Project #7: Create a program that asks the user for average rain fall from January to December, store that data, and use functions outside of main to calculate the average rainfall for the user. Program must use for loops to address array data. It must also output the lowest and highest month of rain.
- Building and calling functions outside of main. Using outside functions for calculations and other processing and returning data back to main for proper output.
- Practice storing data in an array and using that data for calculations.
- Using a for loop to process data inside of an array.
Click Here to View Code in Online Compiler, GDB online Debugger
Beginning Web Programming
Homework Assignments - index.html seriesIn Class Assignments - day_.html series |
|
|
|
|
|
|
|
|
|
|
|
|
Personal Coding Projects
Web Design ITSE 1301.250 at Collin College required it's students to submit a semester project of their work.
Web Design is a class about designing and publishing web documents like graphics and images. This class mainly focuses on a web developers use of Photoshop to edit, create, and design website images and more.
Web Design is a class about designing and publishing web documents like graphics and images. This class mainly focuses on a web developers use of Photoshop to edit, create, and design website images and more.
- Building and design a website using either your own HTML, CSS, and JavaScript or use an online website builder to showcase your lab projects.
- Each lab used a new concept and tools in Adobe's Photoshop.
- Examples of lab submissions and original images are included.
Click Here to Visit My Web Design Porfolio!