Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Customer Order Reporter

A small console application that retrieves orders and generates a summary report.

Running

dotnet run

Requirements

  • .NET 10 SDK
  • IDE

What the application does

The application loads a set of customer orders and prints a summary report to the console:

Fetching orders...
 
Loading order data...
Orders Retrieved: 10
 
Generating report...
 
Report
------------------------
Order Count:   7
Average Value: £149.36
Total Value:   £1,045.50

Cancelled orders should not be included in any report calculations.

The Problem

The business has reported that the application occasionally crashes and sometimes produces incorrect reporting figures.

Investigate the issue(s) and make any fixes you believe are appropriate.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages