Greta Moseley's repositories
CSharpPracticeUdemy10
C# exercise dealing with turning a string into a character array, reversing the array, and converting it back into a string.
CSharpPracticeUdemy11
C# exercise dealing with preventing a program from saving duplicate data, lists, sorting a list, do while loops, and limiting attempts to enter data
CSharpPracticeUdemy12
C# practice exercise to sort user-entered numerical values, parse into numbers, and find the lowest 3.
CSharpPracticeUdemy13
C# exercise to take all user-entered numbers, show a list of only the unique values using the distinct method, and quit on demand.
CSharpPracticeUdemy2
Includes array practice, TryParse with while loop, and min/max values.
CSharpPracticeUdemy3
includes C# ternary, data validation with TryParse
CSharpPracticeUdemy4
includes C# ternary statements, data validation with TryParse, basic conditionals
CSharpPracticeUdemy5
add C# do while loop for user-entered numbers to sum, add quit on ok command
CSharpPracticeUdemy6
C# exercise to create a factorial calculator using for loop
CSharpPracticeUdemy7
C# exercise to create a random number guessing game with do while loop and basic conditionals
CSharpPracticeUdemy8
C# exercise to create max number generator given a user-entered string of comma-separated numbers. Uses max and split methods.
CSharpPracticeUdemy9
C# exercise creating 'likes' tracker with lists and list methods
http-server-exercise
Exercise 19
JavaScript30for30-exercises
"Practice exercises using vanilla JS by Wes Bos"
window-calc-CSharp
Includes default constructor, perameterized constructors, helper functions, getters and setters, and separate window class within namespace