My name is Nien-Yun Ouyang, and I'm 19! I'm currently studying Computer Science fundamentals in the English Bachelor Program at Yuan Ze University's College of Informatics.
Technical focus: Using C++ language to practice basic conditional statements (if/else) and loop structures (while/do-while). Outcome: Developed a game that lets users guess a randomly generated number, with a limit on the number of attempts and a hint feature.
[ (View Code)] | [ (Live Demo)]
Technical Focus: Practice functions in C++, input/output operations (cin/cout), and switch statements to handle basic addition, subtraction, multiplication, and division operations. Outcome: Users can enter two numbers and an operator, and the program will provide the calculation result immediately.
[ (View Code)] | [(Live Demo)]
Technical Focus: Using arrays or vectors to store multiple student records and calculate average scores. Outcome: Practiced basic applications of data structures; the program can import a list of scores and output the highest score, lowest score, and overall average.
[(View Code)] | [(Live Demo)]