James Wolfley Jr.jameswolfley.dev·May 6, 2024Working with the modulus (%) operatorThe modulus operator which is represented by a % symbol is the second half of a division equation when only working with integers and not floats. This is to say that if you divide 11 by 10 you will get 1 as the result but there was a remainder of 1. ...CMPSC 121 ActivitiesCMPSC
James Wolfley Jr.jameswolfley.dev·May 6, 2024Working with user inputs in a C++ console applicationI want to go over how I went about this simple task of working with user inputs. There are a few things to talk about first since this was originally done for a class. The first and most important being that I do not condone cheating and this is for ...31 readsCMPSC 121 ActivitiesPenn State
Saikiran Nuthakkisikestech.hashnode.dev·Jun 7, 2022Computational Data Science at Penn State UniversityThe Pennsylvania State University offers undergraduate students a few different options to earn a degree in Data Science. There are three options provided by the school: Applied Data Science @ College of IST, Computational Data Science @ College of E...Data Science