/CS50

Primary LanguageC

CS50

This is the projects and practice projects i had to make during the CS50 course Basically in this course you study C, Python and JS.

Here are some of the C projects:

First pset they gave you to make a mario pyramid using nested for loops

pyramid-result

In this project the task was to replace vowels to numbers

no-vowels-result

In this projects the task was to take users input about how many weeks they have studied, how many hours per week they studied the cs course and finally output the result if they want to see their total hours of study or their average hours

hours-result

the password project to check if theres an uppercase lowercase number and symbol

password-result