created date: 09/08/2025
Projects Description:
This repository is a collection of Python programs from CSC500 – Principles of Programming at Colorado State University Global - CSU Global.
Principles of Programming CSC500 – Python Programming
Professor: Brian Holbert
Fall C (25FC) – 2025
Student: Alexander (Alex) Ricciardi
Final grade:
My Links:
Directory: Critical-Thinking-1
Title: Critical Thinking Assignment 1 – Basic Calculator
Assignment Description:
Creating Python Programs
Part 1:
Write a Python program to find the addition and subtraction of two numbers.
Ask the user to input two numbers (num1 and num2). Given those two numbers, add them together to find the output. Also, subtract the two numbers to find the output.
Part 2:
Write a Python program to find the multiplication and division of two numbers.
Ask the user to input two numbers (num1 and num2). Given those two numbers, multiply them together to find the output. Also, divide num1/num2 to find the output.
Compile and submit your pseudocode, source code, and screenshots of the application executing the code from parts 1 and 2, the results and GIT repository in a single document (Word is preferred).
Note: Refer to the Module 1 Overview for resources and help using GIT
Program Description:
The program is a calculator for addition/subtraction, multiplication/division basic calculator.
Part 1 addition/subtraction
Part 2 multiplication/division.
This repository is a collection of discussion posts from CSC475 – Platform-Based Development – Android Course
Directory: Discussions