Skip to content

ggayliye/NewRepo

Repository files navigation

Spreadsheet

Author: Kyle G. Gayliyev
Partner: None
Date: 17-Jan-2023
Course: CS 3500, University of Utah, School of Computing
GitHub ID: ggayliye
Repo: https://github.com/uofu-cs3500-spring23/spreadsheet-ggayliye
Date: 22-01-2023 Time (of when submission is ready to be evaluated)
Solution: Spreadsheet
Copyright: CS 3500 and Kyle G. Gayliyev - This work may not be copied for use in Academic Coursework.

Overview of the Spreadsheet functionality

The Spreadsheet is the main project that is aimed to function like an excel file when it's completed. The coding language is C#. The Framework is ".NET 6.0".

It currently includes classes and functions that are capable of evaluating arithmetic expressions using standard infix notation. The evaluator will support expressions with variables whose values are looked up via a delegate.

It also includes a test file as a Console App. It tests the "FormulaEvaluator" class Library.

Future extensions: There will be future additions to this project. This is an ongoing project for CS 3500 class. Future projects and/or extensions will be announced later on and updated over time.

Time Expenditures:

1. Assignment 1: Predicted Hours: 12h		Actual Hours: 31.85 h 

Comments to Evaluators:

Thank you for your work and effords checking my assignment. Have a wonderful day!

Assignment Specific Topics

This Solution "Spreadsheet" includes the "FormulaEvaluator" class Library and "FormulaEvaluatorTester" Console App.

The "FormulaEvaluator" class Library evaluates arithmetic expressions using standard infix notation. It supports expressions with variables whose values are looked up via a delegate.

The "FormulaEvaluatorTester" Console App is referenced to and tests "FormulaEvaluator" class Library. It includes test functions that test the "FormulaEvaluator" class's functionality.

Consulted Peers:

Prof. H. James de St. Germain

References:

1.Canvas Page Class Materials : Module 1 and Module 2 materials.
2.https://sites.harding.edu/fmccown/java_csharp_comparison.html
3.https://www.tutlane.com/tutorial/csharp/csharp-string-trim-method-trimstart-trimend#:~:text=In%20c%23%2C%20the%20string%20Trim,end%20of%20the%20current%20string.
4.https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/recommended-tags
5.https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
6.https://www.tutlane.com/tutorial/csharp/csharp-string-trim-method-trimstart-trimend#:~:text=In%20c%23%2C%20the%20string%20Trim,end%20of%20the%20current%20string.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages