Coding Samples
Here are some simple coding examples in various languages. Files available upon request.
Jump to Java
Jump to Visual Basic
Jump to C
Jump to C++
Jump to HTML and CSS
Jump to Excel
Jump to SQL
Java
This is a seating calculator for a wedding. User enters values for size of room and desired number of aisles, then program gives values for how many beanbags would fill the space given the parameters.
Visual Basic / VBA
Create a form which calculates total rooms occupied per floor of hotel. Allow user to store numbers in any order and see Totals. Allow user to reset stored values.
C
Store an array of internet / text acronyms. User can search for an acronym and program displays its meaning. The program specifically cleans up user’s input, removing all spaces, number and characters. It also is case-insensitive.
C++
Create map to store names and SSNs. Search for names and display the associated SSN.
HTML and CSS
Make a simple website with hyperlinks, sections, images, and video. Add CSS rules affecting font, colors, alignment, etc.
Microsoft Excel 365
Create a pivot table breaking down sales into multiple categories and percentages.
SQL (via SQL Server 2019)
A simple join statement with COUNT and SUM commands.